mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
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:
parent
185529d2f8
commit
66745a993d
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user