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:
		| @ -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, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen