[maemo-commits] [maemo-commits] r11245 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Apr 24 18:07:49 EEST 2007
- Previous message: [maemo-commits] r11244 - projects/haf/trunk/osso-gnome-vfs2/debian/patches
- Next message: [maemo-commits] r11246 - in projects/haf/trunk/hildon-desktop: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: moimart Date: 2007-04-24 18:07:48 +0300 (Tue, 24 Apr 2007) New Revision: 11245 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c Log: * libhildondesktop/hildon-desktop-panel-expandable.c: - Connect to "notify::condition" instead of deprecated signal. Fixes: NB#53998 Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-04-24 15:00:15 UTC (rev 11244) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-04-24 15:07:48 UTC (rev 11245) @@ -1,3 +1,9 @@ +2007-04 24 Moises Martinez <moises.martinez at nokia.com> + + * libhildondesktop/hildon-desktop-panel-expandable.c: + - Connect to "notify::condition" instead of deprecated signal. + Fixes: NB#53988 + 2007-04-24 Johan Bilien <johan.bilien at nokia.com> * data/applications.menu: the e-mail client is now called Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c 2007-04-24 15:00:15 UTC (rev 11244) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c 2007-04-24 15:07:48 UTC (rev 11245) @@ -492,7 +492,7 @@ { if (STATUSBAR_IS_ITEM (button)) g_signal_connect_after (STATUSBAR_ITEM (item), - "hildon-status-bar-update-conditional", + "notify::condition", G_CALLBACK (hildon_desktop_panel_expandable_arrange_items_cb), (gpointer)ex_panel);
- Previous message: [maemo-commits] r11244 - projects/haf/trunk/osso-gnome-vfs2/debian/patches
- Next message: [maemo-commits] r11246 - in projects/haf/trunk/hildon-desktop: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]