[maemo-commits] [maemo-commits] r16568 - projects/haf/branches/hildon-fm/fremantle_legacy/hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Nov 4 18:08:47 EET 2008
- Previous message: [maemo-commits] r16567 - in projects/haf/branches/hildon-fm/fremantle_legacy: . debian
- Next message: [maemo-commits] r16569 - projects/haf/branches/hildon-fm/fremantle_legacy/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: rabinovich
Date: 2008-11-04 18:08:46 +0200 (Tue, 04 Nov 2008)
New Revision: 16568
Modified:
projects/haf/branches/hildon-fm/fremantle_legacy/hildon-fm/hildon-file-chooser-dialog.c
Log:
fix
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 16:05:40 UTC (rev 16567)
+++ projects/haf/branches/hildon-fm/fremantle_legacy/hildon-fm/hildon-file-chooser-dialog.c 2008-11-04 16:08:46 UTC (rev 16568)
@@ -1528,22 +1528,6 @@
}
}
-static gboolean hildon_file_chooser_dialog_location_pressed(GtkWidget
- *widget, GdkEventButton *event, gpointer data)
-{
- HildonFileChooserDialog *self = HILDON_FILE_CHOOSER_DIALOG(data);
-
- fprintf (stderr, "LOCATION_PRESSED %d\n",
- self->priv->should_show_folder_button);
-
- if (self->priv->should_show_folder_button
- && (self->priv->action == GTK_FILE_CHOOSER_ACTION_SAVE
- || self->priv->action == GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER))
- handle_folder_popup(self);
-
- return FALSE;
-}
-
static void response_handler(GtkWidget * widget, gint arg1, gpointer data)
{
HildonFileChooserDialog *self;
- Previous message: [maemo-commits] r16567 - in projects/haf/branches/hildon-fm/fremantle_legacy: . debian
- Next message: [maemo-commits] r16569 - projects/haf/branches/hildon-fm/fremantle_legacy/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
