[maemo-commits] [maemo-commits] r9287 - projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jan 24 14:42:05 EET 2007
- Previous message: [maemo-commits] r9286 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r9288 - in projects/haf/branches/hildon-fm/1.x: . hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: moimart Date: 2007-01-24 14:42:04 +0200 (Wed, 24 Jan 2007) New Revision: 9287 Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c Log: * fixed little error Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c 2007-01-24 12:32:33 UTC (rev 9286) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c 2007-01-24 12:42:04 UTC (rev 9287) @@ -142,7 +142,8 @@ n_params, params); - + panel = HILDON_DESKTOP_PANEL_EXPANDABLE (object); + panel->priv->extension_window = GTK_WINDOW (gtk_window_new (GTK_WINDOW_TOPLEVEL)); gtk_window_set_type_hint (panel->priv->extension_window,
- Previous message: [maemo-commits] r9286 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r9288 - in projects/haf/branches/hildon-fm/1.x: . hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]