gnome-media r4144 - in trunk/gnome-volume-control: . src



Author: mccann
Date: Fri Jan 16 18:30:49 2009
New Revision: 4144
URL: http://svn.gnome.org/viewvc/gnome-media?rev=4144&view=rev

Log:
2009-01-16  William Jon McCann  <jmccann redhat com>

	* src/gvc-stream-status-icon.c
	(gvc_stream_status_icon_constructor):
	Reduce border around volume slider dock



Modified:
   trunk/gnome-volume-control/ChangeLog
   trunk/gnome-volume-control/src/gvc-stream-status-icon.c

Modified: trunk/gnome-volume-control/src/gvc-stream-status-icon.c
==============================================================================
--- trunk/gnome-volume-control/src/gvc-stream-status-icon.c	(original)
+++ trunk/gnome-volume-control/src/gvc-stream-status-icon.c	Fri Jan 16 18:30:49 2009
@@ -175,14 +175,14 @@
 }
 
 static void
-on_status_icon_activate (GtkStatusIcon *status_icon,
-                         GvcStreamStatusIcon     *icon)
+on_status_icon_activate (GtkStatusIcon       *status_icon,
+                         GvcStreamStatusIcon *icon)
 {
         popup_dock (icon, GDK_CURRENT_TIME);
 }
 
 static void
-on_menu_mute_toggled (GtkMenuItem *item,
+on_menu_mute_toggled (GtkMenuItem         *item,
                       GvcStreamStatusIcon *icon)
 {
         gboolean is_muted;
@@ -688,7 +688,7 @@
         gtk_widget_show (frame);
 
         box = gtk_vbox_new (FALSE, 6);
-        gtk_container_set_border_width (GTK_CONTAINER (box), 6);
+        gtk_container_set_border_width (GTK_CONTAINER (box), 2);
         gtk_container_add (GTK_CONTAINER (frame), box);
 
         icon->priv->bar = gvc_channel_bar_new ();



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