[maemo-commits] [maemo-commits] r13186 - in projects/haf/trunk/hildon-desktop: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Aug 14 17:02:46 EEST 2007
- Previous message: [maemo-commits] r13185 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Next message: [maemo-commits] r13187 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-08-14 17:02:42 +0300 (Tue, 14 Aug 2007) New Revision: 13186 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/src/hd-panel-window-dialog.c Log: 2007-08-14 Lucas Rocha <lucas.rocha at nokia.com> * src/hd-panel-window-dialog.c: set widget name of panel expandable to "HildonStatusBarExtension". Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-08-14 14:01:47 UTC (rev 13185) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-08-14 14:02:42 UTC (rev 13186) @@ -1,5 +1,10 @@ 2007-08-14 Lucas Rocha <lucas.rocha at nokia.com> + * src/hd-panel-window-dialog.c: set widget name of panel expandable to + "HildonStatusBarExtension". + +2007-08-14 Lucas Rocha <lucas.rocha at nokia.com> + * configure.ac: 0.0.30 2007-08-14 Lucas Rocha <lucas.rocha at nokia.com> Modified: projects/haf/trunk/hildon-desktop/src/hd-panel-window-dialog.c =================================================================== --- projects/haf/trunk/hildon-desktop/src/hd-panel-window-dialog.c 2007-08-14 14:01:47 UTC (rev 13185) +++ projects/haf/trunk/hildon-desktop/src/hd-panel-window-dialog.c 2007-08-14 14:02:42 UTC (rev 13186) @@ -237,6 +237,8 @@ DBusGProxy *bus_proxy; GError *error = NULL; guint result; + GtkContainer *panel; + GtkWidget *extension; window->priv = HD_PANEL_WINDOW_DIALOG_GET_PRIVATE (window); @@ -244,6 +246,13 @@ gtk_widget_set_name (GTK_WIDGET (window), "HildonStatusBar"); #endif + panel = HILDON_DESKTOP_WINDOW (window)->container; + + extension = + hildon_desktop_panel_expandable_get_extension (HILDON_DESKTOP_PANEL_EXPANDABLE (panel)); + + gtk_widget_set_name (extension, "HildonStatusBarExtension"); + window->priv->connection = dbus_g_bus_get (DBUS_BUS_SESSION, &error); if (error != NULL)
- Previous message: [maemo-commits] r13185 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Next message: [maemo-commits] r13187 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]