[maemo-commits] [maemo-commits] r16565 - in projects/haf/branches/hildon-fm/fremantle_legacy: . hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Nov 4 16:00:43 EET 2008
- Previous message: [maemo-commits] r16564 - in projects/haf/trunk/pango1.0/debian: . patches
- Next message: [maemo-commits] r16566 - projects/haf/branches/hildon-fm/fremantle_legacy/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: yangli Date: 2008-11-04 16:00:39 +0200 (Tue, 04 Nov 2008) New Revision: 16565 Modified: projects/haf/branches/hildon-fm/fremantle_legacy/ChangeLog projects/haf/branches/hildon-fm/fremantle_legacy/hildon-fm/hildon-file-chooser-dialog.c projects/haf/branches/hildon-fm/fremantle_legacy/hildon-fm/hildon-file-selection.c Log: correct the typo, consistent in the property name, use-pannable-area-widget Modified: projects/haf/branches/hildon-fm/fremantle_legacy/ChangeLog =================================================================== --- projects/haf/branches/hildon-fm/fremantle_legacy/ChangeLog 2008-11-04 12:26:50 UTC (rev 16564) +++ projects/haf/branches/hildon-fm/fremantle_legacy/ChangeLog 2008-11-04 14:00:39 UTC (rev 16565) @@ -1,5 +1,11 @@ 2008-11-04 Yang Li <yang.li at d\igia.com> * hildon-fm/hildon-file-chooser-dialog.c: + correct the typo, consistent in the property name, use-pannable-area-widget + * hildon-fm/hildon-file-selection.c: + correct the typo, consistent in the property name, use-pannable-area-widget + +2008-11-04 Yang Li <yang.li at d\igia.com> + * hildon-fm/hildon-file-chooser-dialog.c: set the virtual root name to null if failed to get the device name. 2008-10-15 Valentin Rabinovich <valentin.rabinovich at d\igia.com> Modified: projects/haf/branches/hildon-fm/fremantle_legacy/hildon-fm/hildon-file-chooser-dialog.c =================================================================== --- projects/haf/branches/hildon-fm/fremantle_legacy/hildon-fm/hildon-file-chooser-dialog.c 2008-11-04 12:26:50 UTC (rev 16564) +++ projects/haf/branches/hildon-fm/fremantle_legacy/hildon-fm/hildon-file-chooser-dialog.c 2008-11-04 14:00:39 UTC (rev 16565) @@ -1342,8 +1342,8 @@ g_object_get (self->priv->filetree, "show-hidden", &show_hidden, NULL); g_object_get (self->priv->filetree, "show-upnp", &show_upnp, NULL); - g_object_get (self, "use-pannable-widget", &dialog_pannable, NULL); - g_object_set (self->priv->filetree, "use-pannable-widget", + g_object_get (self, "use-pannable-area-widget", &dialog_pannable, NULL); + g_object_set (self->priv->filetree, "use-pannable-area-widget", &dialog_pannable, NULL); dialog = hildon_file_chooser_dialog_new_with_properties @@ -2458,7 +2458,7 @@ priv = HILDON_FILE_CHOOSER_DIALOG(obj)->priv; g_object_get (HILDON_FILE_CHOOSER_DIALOG(obj), - "use-pannable-widget", &dialog_pannable, NULL); + "use-pannable-area-widget", &dialog_pannable, NULL); g_assert(priv->model); priv->filetree = g_object_new (HILDON_TYPE_FILE_SELECTION, Modified: projects/haf/branches/hildon-fm/fremantle_legacy/hildon-fm/hildon-file-selection.c =================================================================== --- projects/haf/branches/hildon-fm/fremantle_legacy/hildon-fm/hildon-file-selection.c 2008-11-04 12:26:50 UTC (rev 16564) +++ projects/haf/branches/hildon-fm/fremantle_legacy/hildon-fm/hildon-file-selection.c 2008-11-04 14:00:39 UTC (rev 16565) @@ -3101,7 +3101,7 @@ /* the following code were moved here from hildon_file_selection_init, because, file_selection widget needs to know which one to use between pannable area widget and scrolled window widget. the property - "use-pannable-are-widget" indicates to use the pannable area widget + "use-pannable-area-widget" indicates to use the pannable area widget */ g_object_get (HILDON_FILE_SELECTION(self), "use-pannable-area-widget", &fs_pannable, NULL);
- Previous message: [maemo-commits] r16564 - in projects/haf/trunk/pango1.0/debian: . patches
- Next message: [maemo-commits] r16566 - projects/haf/branches/hildon-fm/fremantle_legacy/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]