[maemo-commits] [maemo-commits] r10026 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Feb 19 17:41:02 EET 2007
- Previous message: [maemo-commits] r10025 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10027 - projects/haf/trunk/dpkg/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: moimart
Date: 2007-02-19 17:41:02 +0200 (Mon, 19 Feb 2007)
New Revision: 10026
Modified:
projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog
projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c
Log:
* libhildondesktop/hildon-desktop-panel-expandable.c:
- Remove from panel the StatusbarItemSocket when plug-removed.
* ChangeLog updated.
Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2007-02-19 15:38:32 UTC (rev 10025)
+++ projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2007-02-19 15:41:02 UTC (rev 10026)
@@ -1,3 +1,8 @@
+2007-02-19 Moises Martinez <moises.martinez at nokia.com>
+
+ * libhildondesktop/hildon-desktop-panel-expandable.c:
+ - Remove from panel the StatusbarItemSocket when plug-removed.
+
2007-02-15 Johan Bilien <johan.bilien at nokia.com>
* libhildondesktop/hildon-home-applet.c:
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-02-19 15:38:32 UTC (rev 10025)
+++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c 2007-02-19 15:41:02 UTC (rev 10026)
@@ -782,6 +782,10 @@
panel->priv->n_items--;
+ gtk_container_remove (GTK_CONTAINER (panel), parent);
+
+ hildon_desktop_panel_expandable_arrange_items (panel);
+
g_free (id);
return FALSE;
- Previous message: [maemo-commits] r10025 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10027 - projects/haf/trunk/dpkg/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
