gnome-control-center r9292 - trunk/capplets/keyboard



Author: jensg
Date: Fri Feb 27 17:56:39 2009
New Revision: 9292
URL: http://svn.gnome.org/viewvc/gnome-control-center?rev=9292&view=rev

Log:
2009-02-27  Jens Granseuer  <jensgr gmx net>

	* gnome-keyboard-properties.c: (create_dialog): remove sound
	notifications button icon that no longer exists (bug #570906)


Modified:
   trunk/capplets/keyboard/ChangeLog
   trunk/capplets/keyboard/gnome-keyboard-properties.c

Modified: trunk/capplets/keyboard/gnome-keyboard-properties.c
==============================================================================
--- trunk/capplets/keyboard/gnome-keyboard-properties.c	(original)
+++ trunk/capplets/keyboard/gnome-keyboard-properties.c	Fri Feb 27 17:56:39 2009
@@ -80,9 +80,6 @@
 	image = gtk_image_new_from_stock (GTK_STOCK_REFRESH, GTK_ICON_SIZE_BUTTON);
 	gtk_button_set_image (GTK_BUTTON (WID ("xkb_reset_to_defaults")), image);
 
-	image = gtk_image_new_from_icon_name ("gnome-sound-properties", GTK_ICON_SIZE_BUTTON);
-	gtk_button_set_image (GTK_BUTTON (WID ("notifications_button")), image);
-
 	return dialog;
 }
 
@@ -226,7 +223,7 @@
 		{NULL}
 	};
 
-	
+
 	context = g_option_context_new (_("- GNOME Keyboard Preferences"));
 	g_option_context_add_main_entries (context, cap_options,
 					   GETTEXT_PACKAGE);
@@ -257,9 +254,9 @@
 					       (WID
 						("keyboard_notebook")),
 					       2);
-		
+
 	}
-	
+
 	capplet_set_icon (WID ("keyboard_dialog"),
 			  "preferences-desktop-keyboard");
 	gtk_widget_show (WID ("keyboard_dialog"));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]