X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-platform.c;h=e09ca43067292b789038ca6cd2ea9ef7a57611fd;hp=9ea8117d70f4d1af9f654c4cea1d36d5ddc64c71;hb=36c5b9c497b9774e19ade127c059d505944bcb7f;hpb=513bfcfd2c3282bf66eede0affdb010785f6b42b diff --git a/src/maemo/modest-platform.c b/src/maemo/modest-platform.c index 9ea8117..e09ca43 100644 --- a/src/maemo/modest-platform.c +++ b/src/maemo/modest-platform.c @@ -863,28 +863,6 @@ modest_platform_run_confirmation_dialog_with_buttons (GtkWindow *parent_window, return response; } -gint -modest_platform_run_yes_no_dialog (GtkWindow *parent_window, - const gchar *message) -{ - GtkWidget *dialog; - gint response; - - dialog = hildon_note_new_confirmation_add_buttons (parent_window, message, - _("mcen_bd_yes"), GTK_RESPONSE_YES, - _("mcen_bd_no"), GTK_RESPONSE_NO, - NULL); - modest_window_mgr_set_modal (modest_runtime_get_window_mgr (), - GTK_WINDOW (dialog), GTK_WINDOW (parent_window)); - response = gtk_dialog_run (GTK_DIALOG (dialog)); - - on_destroy_dialog (dialog); - - return response; -} - - - void modest_platform_run_information_dialog (GtkWindow *parent_window, const gchar *message,