[maemo-commits] [maemo-commits] r9570 - projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Feb 2 16:18:01 EET 2007
- Previous message: [maemo-commits] r9569 - projects/haf/tags/osso-gnome-vfs2
- Next message: [maemo-commits] r9571 - in projects/haf/branches/osso-gnome-vfs2/2.12.x/trunk/debian: . patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: moimart
Date: 2007-02-02 16:18:00 +0200 (Fri, 02 Feb 2007)
New Revision: 9570
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.c
Log:
Fixed typo
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-02 14:16:08 UTC (rev 9569)
+++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c 2007-02-02 14:18:00 UTC (rev 9570)
@@ -138,7 +138,6 @@
panel->priv->extension_table = NULL;
- HILDON_DESKTOP_PANEL (panel)->pack_start = FALSE;
}
GObject *
@@ -180,6 +179,8 @@
if (item_width == 0 || item_height == 0)
g_object_set (object, "item_width", HSB_ITEM_WIDTH, "item_height", HSB_ITEM_HEIGHT, NULL);
+
+ HILDON_DESKTOP_PANEL (panel)->pack_start = FALSE;
return object;
}
Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-desktop-panel.c
===================================================================
--- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-desktop-panel.c 2007-02-02 14:16:08 UTC (rev 9569)
+++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-desktop-panel.c 2007-02-02 14:18:00 UTC (rev 9570)
@@ -160,7 +160,7 @@
G_PARAM_CONSTRUCT | G_PARAM_READWRITE));
g_object_class_install_property (object_class,
- PROP_ITEM_HEIGHT,
+ PROP_PACK_START,
g_param_spec_boolean ("pack_start",
"packstart",
"pack start or pack end",
- Previous message: [maemo-commits] r9569 - projects/haf/tags/osso-gnome-vfs2
- Next message: [maemo-commits] r9571 - in projects/haf/branches/osso-gnome-vfs2/2.12.x/trunk/debian: . patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
