* shell/ev-properties-dialog.c: (ev_properties_dialog_init):
Mark close button as default. Fix for 316381.
+2005-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
+
+ Mark close button as default. Fix for 316381.
+
2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
* backend/ev-link.c: (ev_link_class_init):
gtk_dialog_add_button (GTK_DIALOG (properties), GTK_STOCK_CLOSE,
GTK_RESPONSE_ACCEPT);
+ gtk_dialog_set_default_response (GTK_DIALOG (properties),
+ GTK_RESPONSE_ACCEPT);
properties->notebook = gtk_notebook_new ();
gtk_container_set_border_width (GTK_CONTAINER (properties->notebook), 5);