Merge lp:~dbusmenu-team/libdbusmenu/ubuntu into lp:~ubuntu-desktop/libdbusmenu/ubuntu

Proposed by Ted Gould
Status: Merged
Merge reported by: Ken VanDine
Merged at revision: not available
Proposed branch: lp:~dbusmenu-team/libdbusmenu/ubuntu
Merge into: lp:~ubuntu-desktop/libdbusmenu/ubuntu
Diff against target: None lines
To merge this branch: bzr merge lp:~dbusmenu-team/libdbusmenu/ubuntu
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Review via email: mp+11988@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'configure.ac'
--- configure.ac 2009-09-10 13:35:07 +0000
+++ configure.ac 2009-09-17 16:23:56 +0000
@@ -1,11 +1,11 @@
11
2AC_INIT(libdbusmenu, 0.1.3, ted@canonical.com)2AC_INIT(libdbusmenu, 0.1.4, ted@canonical.com)
3AC_COPYRIGHT([Copyright 2009 Canonical])3AC_COPYRIGHT([Copyright 2009 Canonical])
44
5AC_PREREQ(2.53)5AC_PREREQ(2.53)
66
7AM_CONFIG_HEADER(config.h)7AM_CONFIG_HEADER(config.h)
8AM_INIT_AUTOMAKE(libdbusmenu, 0.1.3)8AM_INIT_AUTOMAKE(libdbusmenu, 0.1.4)
99
10AM_MAINTAINER_MODE10AM_MAINTAINER_MODE
1111
@@ -66,7 +66,7 @@
66###########################66###########################
6767
68LIBDBUSMENU_CURRENT=068LIBDBUSMENU_CURRENT=0
69LIBDBUSMENU_REVISION=169LIBDBUSMENU_REVISION=4
70LIBDBUSMENU_AGE=070LIBDBUSMENU_AGE=0
7171
72AC_SUBST(LIBDBUSMENU_CURRENT)72AC_SUBST(LIBDBUSMENU_CURRENT)
7373
=== modified file 'debian/changelog'
--- debian/changelog 2009-09-10 15:17:16 +0000
+++ debian/changelog 2009-09-17 16:29:44 +0000
@@ -1,3 +1,15 @@
1libdbusmenu (0.1.4-0ubuntu1~ppa1) karmic; urgency=low
2
3 * Upstream release 0.1.4
4
5 -- Ted Gould <ted@ubuntu.com> Thu, 17 Sep 2009 11:29:40 -0500
6
7libdbusmenu (0.1.3-0ubuntu2~ppa1) karmic; urgency=low
8
9 * Fixing looking for the root while we're looking.
10
11 -- Ted Gould <ted@ubuntu.com> Mon, 14 Sep 2009 15:23:32 -0500
12
1libdbusmenu (0.1.3-0ubuntu1) karmic; urgency=low13libdbusmenu (0.1.3-0ubuntu1) karmic; urgency=low
214
3 * Upstream update 0.1.3 (LP: #427360)15 * Upstream update 0.1.3 (LP: #427360)
416
=== modified file 'libdbusmenu-glib/client.c'
--- libdbusmenu-glib/client.c 2009-08-27 13:36:58 +0000
+++ libdbusmenu-glib/client.c 2009-09-11 16:56:07 +0000
@@ -803,10 +803,16 @@
803 return NULL;803 return NULL;
804 }804 }
805805
806#if 0
807/* Seems to be a bug in dbus-glib that assert here, I think because
808 multiple people try and grab it. We're going to comment this out
809 for now as everyone should be listening to the root changed signal
810 anyway. */
806 if (priv->layoutcall != NULL) {811 if (priv->layoutcall != NULL) {
807 /* Will end the current call and block on it's completion */812 /* Will end the current call and block on it's completion */
808 update_layout_cb(priv->propproxy, priv->layoutcall, client);813 update_layout_cb(priv->propproxy, priv->layoutcall, client);
809 }814 }
815#endif
810816
811 return priv->root;817 return priv->root;
812}818}

Subscribers

People subscribed via source and target branches

to all changes: