[maemo-commits] [maemo-commits] r15893 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Aug 26 15:32:39 EEST 2008
- Previous message: [maemo-commits] r15892 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
- Next message: [maemo-commits] r15894 - in projects/haf/branches/hildon-fm/fremantle: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: rabinovich Date: 2008-08-26 15:32:29 +0300 (Tue, 26 Aug 2008) New Revision: 15893 Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c Log: minor fixes Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c =================================================================== --- projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c 2008-08-26 12:15:02 UTC (rev 15892) +++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c 2008-08-26 12:32:29 UTC (rev 15893) @@ -2138,10 +2138,10 @@ } strcat(path_string, "/"); } - if(priv->action == GTK_FILE_CHOOSER_ACTION_SAVE) + if(priv->action == GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER) gtk_button_set_label(GTK_BUTTON(priv->path_button), path_string); else if(priv->action == GTK_FILE_CHOOSER_ACTION_OPEN) { - printf("yang set label string to %s\n", path_string); + // printf("yang set label string to %s\n", path_string); gtk_label_set_text(GTK_LABEL(priv->path_label), path_string); } else Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c =================================================================== --- projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c 2008-08-26 12:15:02 UTC (rev 15892) +++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c 2008-08-26 12:32:29 UTC (rev 15893) @@ -3033,8 +3033,8 @@ self->priv->mode = HILDON_FILE_SELECTION_MODE_THUMBNAILS; GTK_WIDGET_SET_FLAGS(GTK_WIDGET(self), GTK_NO_WINDOW); - // yang : to be set up by caller - self->priv->pannable_flag = FALSE; + //to be fixed + self->priv->pannable_flag = TRUE; if(self->priv->pannable_flag){ self->priv->scroll_dir = hildon_pannable_area_new(); self->priv->scroll_list = hildon_pannable_area_new();
- Previous message: [maemo-commits] r15892 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
- Next message: [maemo-commits] r15894 - in projects/haf/branches/hildon-fm/fremantle: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]