2008-03-09 Wouter Bolsterlee <wbolster@svn.gnome.org>
* shell/ev-window.c (ev_window_print_dialog_response_cb):
Bug 495107 – Handle print dialog responses correctly
Correctly handle print dialog response. Properly fixes
the above mentioned bug.
svn path=/trunk/; revision=2958
+2008-03-09 Wouter Bolsterlee <wbolster@svn.gnome.org>
+
+ * shell/ev-window.c (ev_window_print_dialog_response_cb):
+
+ Bug 495107 – Handle print dialog responses correctly
+
+ Correctly handle print dialog response. Properly fixes
+ the above mentioned bug.
+
2008-03-08 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_print_dialog_response_cb):
GtkPrintPages print_pages;
const gchar *file_format;
- if (response != GTK_RESPONSE_ACCEPT &&
+ if (response != GTK_RESPONSE_OK &&
response != GTK_RESPONSE_APPLY) {
gtk_widget_destroy (GTK_WIDGET (dialog));
window->priv->print_dialog = NULL;