gnome-control-center r8822 - trunk/capplets/sound



Author: hadess
Date: Tue Jul 29 09:56:39 2008
New Revision: 8822
URL: http://svn.gnome.org/viewvc/gnome-control-center?rev=8822&view=rev

Log:
2008-07-29  Bastien Nocera  <hadess hadess net>

	* sound-theme.c (setup_sound_theme_custom): Never mind, the define is
	actually used



Modified:
   trunk/capplets/sound/ChangeLog
   trunk/capplets/sound/sound-theme.c

Modified: trunk/capplets/sound/sound-theme.c
==============================================================================
--- trunk/capplets/sound/sound-theme.c	(original)
+++ trunk/capplets/sound/sound-theme.c	Tue Jul 29 09:56:39 2008
@@ -40,6 +40,7 @@
 #define AUDIO_BELL_KEY		"/apps/metacity/general/audible_bell"
 
 #define CUSTOM_THEME_NAME	"__custom"
+#define PREVIEW_BUTTON_XPAD	5
 
 enum {
 	THEME_DISPLAY_COL,
@@ -1090,7 +1091,6 @@
 		      "mode", GTK_CELL_RENDERER_MODE_ACTIVATABLE,
 		      "icon-name", "media-playback-start",
 		      "stock-size", GTK_ICON_SIZE_MENU,
-		      "xpad", PREVIEW_BUTTON_XPAD,
 		      NULL);
 	column = gtk_tree_view_column_new_with_attributes ("Preview", renderer,
 							   "visible", HAS_PREVIEW_COL,



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