Set an empty title on password dialogs. Pointed out by Máirín Duffy.

* gtk/gtkmountoperation.c: Set an empty title on password dialogs.
        Pointed out by Máirín Duffy.


svn path=/trunk/; revision=21873
This commit is contained in:
Matthias Clasen 2008-12-13 03:55:04 +00:00
parent 185529d2f8
commit 66745a993d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-12-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.c: Set an empty title on password dialogs.
Pointed out by Máirín Duffy.
2008-12-11 Sven Herzberg <sven@imendio.com>
Document the "set-scroll-adjustments" signal

View File

@ -473,6 +473,7 @@ gtk_mount_operation_ask_password (GMountOperation *mount_op,
gtk_box_set_spacing (GTK_BOX (dialog->action_area), 6);
gtk_window_set_resizable (window, FALSE);
gtk_window_set_title (window, "");
gtk_window_set_icon_name (window, GTK_STOCK_DIALOG_AUTHENTICATION);
gtk_dialog_add_buttons (dialog,