set windows' icons, patch by Jaap A. Haitsma <jaap@haitsma.org> (Closes:
2005-07-25 Sebastien Bacher <seb128@debian.org> * gnome-settings-accessibility-keyboard.c: (warning_dialog_post): * gnome-settings-keyboard-xkb.c: (gnome_settings_keyboard_xkb_analyze_sysconfig): set windows' icons, patch by Jaap A. Haitsma <jaap@haitsma.org> (Closes: #305096).
This commit is contained in:
parent
c8c0d6d5f2
commit
84b6e2e24e
3 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2005-07-25 Sebastien Bacher <seb128@debian.org>
|
||||
|
||||
* gnome-settings-accessibility-keyboard.c: (warning_dialog_post):
|
||||
* gnome-settings-keyboard-xkb.c:
|
||||
(gnome_settings_keyboard_xkb_analyze_sysconfig):
|
||||
set windows' icons, patch by Jaap A. Haitsma <jaap@haitsma.org>
|
||||
(Closes: #305096).
|
||||
|
||||
2005-07-20 Rodrigo Moya <rodrigo@novell.com>
|
||||
|
||||
* gnome-settings-screensaver.c (gnome_settings_screensaver_load):
|
||||
|
|
|
@ -377,6 +377,7 @@ warning_dialog_post (GCallback response, gboolean *enabled,
|
|||
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), user_action_string);
|
||||
gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_HELP, GTK_RESPONSE_HELP);
|
||||
gtk_window_set_title (GTK_WINDOW (dialog), title);
|
||||
gtk_window_set_icon_name (GTK_WINDOW (dialog), "gnome-dev-keyboard");
|
||||
|
||||
gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK);
|
||||
|
||||
|
|
|
@ -240,6 +240,9 @@ gnome_settings_keyboard_xkb_analyze_sysconfig (void)
|
|||
_
|
||||
("The X system keyboard settings differ from your current GNOME "
|
||||
"keyboard settings. Which set would you like to use?"));
|
||||
|
||||
gtk_window_set_icon_name (GTK_WINDOW (msg), "gnome-dev-keyboard");
|
||||
|
||||
gtk_container_set_border_width (GTK_CONTAINER (alignDontShowAgain),
|
||||
12);
|
||||
gtk_container_add (GTK_CONTAINER (alignDontShowAgain),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue