gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui gtk.cpp


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash/gui gtk.cpp
Date: Sun, 10 Feb 2008 18:42:28 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/02/10 18:42:28

Modified files:
        gui            : gtk.cpp 

Log message:
        Third time lucky.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gtk.cpp?cvsroot=gnash&r1=1.143&r2=1.144

Patches:
Index: gtk.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gtk.cpp,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -b -r1.143 -r1.144
--- gtk.cpp     10 Feb 2008 18:34:52 -0000      1.143
+++ gtk.cpp     10 Feb 2008 18:42:28 -0000      1.144
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-/* $Id: gtk.cpp,v 1.143 2008/02/10 18:34:52 bwy Exp $ */
+/* $Id: gtk.cpp,v 1.144 2008/02/10 18:42:28 bwy Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "gnashconfig.h"
@@ -461,6 +461,8 @@
         // The is_muted() function appears to have changed, and this doesn't 
work at the
         // moment:
         // gtk_check_menu_item_set_active 
(GTK_CHECK_MENU_ITEM(menuitem_sound), (!s->is_muted()) );
+        
+        gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM(menuitem_sound), 
TRUE);
         gtk_menu_append(_popup_menu, GTK_WIDGET(menuitem_sound));
         gtk_widget_show(GTK_WIDGET(menuitem_sound));
         g_signal_connect(GTK_OBJECT(menuitem_sound), "activate",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]