Ted Gould has proposed merging 
lp:~indicator-applet-developers/indicator-applet/messages-packaging into 
lp:~ubuntu-core-dev/indicator-applet/messages-ubuntu.

Requested reviews:
    Ubuntu Sponsors for main (ubuntu-main-sponsors)
-- 
https://code.launchpad.net/~indicator-applet-developers/indicator-applet/messages-packaging/+merge/5488
Your team Indicator Applet Developers is subscribed to branch 
lp:~indicator-applet-developers/indicator-applet/messages-packaging.
=== modified file 'configure.ac'
--- configure.ac	2009-04-08 03:09:41 +0000
+++ configure.ac	2009-04-13 15:57:24 +0000
@@ -4,7 +4,7 @@
 AC_PREREQ(2.53)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-messages, 0.1.5)
+AM_INIT_AUTOMAKE(indicator-messages, 0.1.6)
 
 AM_MAINTAINER_MODE
 

=== modified file 'debian/changelog'
--- debian/changelog	2009-04-08 09:04:48 +0000
+++ debian/changelog	2009-04-13 16:25:42 +0000
@@ -1,3 +1,11 @@
+indicator-messages (0.1.6-0ubuntu1) UNRELEASED; urgency=low
+
+  * New upstream version
+    * Patch from Cody Russell to fix LP: #359018 by correctly implementing
+      the finalize functions.
+
+ -- Ted Gould <[email protected]>  Mon, 13 Apr 2009 11:24:43 -0500
+
 indicator-messages (0.1.5-0ubuntu1) jaunty; urgency=low
 
   * New upstream version

=== modified file 'src/app-menu-item.c'
--- src/app-menu-item.c	2009-04-03 20:25:52 +0000
+++ src/app-menu-item.c	2009-04-13 15:02:06 +0000
@@ -125,14 +125,14 @@
 static void
 app_menu_item_finalize (GObject *object)
 {
-	G_OBJECT_CLASS (app_menu_item_parent_class)->finalize (object);
-
 	AppMenuItem * self = APP_MENU_ITEM(object);
 	AppMenuItemPrivate * priv = APP_MENU_ITEM_GET_PRIVATE(self);
 
 	g_signal_handlers_disconnect_by_func(G_OBJECT(priv->listener), G_CALLBACK(indicator_added_cb), self);
 	g_signal_handlers_disconnect_by_func(G_OBJECT(priv->listener), G_CALLBACK(indicator_removed_cb), self);
 
+	G_OBJECT_CLASS (app_menu_item_parent_class)->finalize (object);
+
 	return;
 }
 

_______________________________________________
Mailing list: https://launchpad.net/~dx-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dx-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to