[maemo-commits] [maemo-commits] r9566 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Feb 2 16:08:12 EET 2007
- Previous message: [maemo-commits] r9565 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r9567 - in projects/haf/trunk/osso-gnome-vfs2/debian: . patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-02-02 16:08:11 +0200 (Fri, 02 Feb 2007) New Revision: 9566 Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-applet.c Log: 2007-02-02 Johan Bilien <johan.bilien at nokia.com> * libhildondesktop/hildon-home-applet.c: - do not unref the widget's window in unrealize, because this is done by the parent class Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2007-02-02 13:52:00 UTC (rev 9565) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2007-02-02 14:08:11 UTC (rev 9566) @@ -1,3 +1,9 @@ +2007-02-02 Johan Bilien <johan.bilien at nokia.com> + + * libhildondesktop/hildon-home-applet.c: + - do not unref the widget's window in unrealize, because + this is done by the parent class + 2007-02-02 Moises Martinez <moises.martinez at nokia.com> * libhildondesktop/hildon-desktop-panel.[ch]: Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-applet.c =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-applet.c 2007-02-02 13:52:00 UTC (rev 9565) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-applet.c 2007-02-02 14:08:11 UTC (rev 9566) @@ -605,10 +605,6 @@ priv->event_window = NULL; } - else - g_object_unref (widget->window); - - if (GTK_WIDGET_CLASS (parent_class)->unrealize) GTK_WIDGET_CLASS (parent_class)->unrealize (widget);
- Previous message: [maemo-commits] r9565 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r9567 - in projects/haf/trunk/osso-gnome-vfs2/debian: . patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]