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

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.



svn path=/branches/gtk-2-14/; revision=21874
This commit is contained in:
Matthias Clasen
2008-12-13 03:55:53 +00:00
committed by Matthias Clasen
parent b14f1a69dd
commit 861efd5085
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2008-12-12 Matthias Clasen <mclasen@redhat.com>
Merged from trunk:
* gtk/gtkmountoperation.c: Set an empty title on password dialogs.
Pointed out by Máirín Duffy.
2008-12-10 Matthias Clasen <mclasen@redhat.com>
Merge from trunk:

View File

@@ -469,6 +469,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,