ekiga r6998 - in trunk: . src/gui



Author: dsandras
Date: Mon Sep 15 20:22:15 2008
New Revision: 6998
URL: http://svn.gnome.org/viewvc/ekiga?rev=6998&view=rev

Log:
Fixed previous commit.


Modified:
   trunk/ChangeLog
   trunk/src/gui/main.cpp

Modified: trunk/src/gui/main.cpp
==============================================================================
--- trunk/src/gui/main.cpp	(original)
+++ trunk/src/gui/main.cpp	Mon Sep 15 20:22:15 2008
@@ -2371,7 +2371,7 @@
   gtk_tool_item_set_tooltip_text (GTK_TOOL_ITEM (item),
 				   _("Change the color settings of your video device"));
 
-  g_signal_connect (G_OBJECT (button), "clicked",
+  g_signal_connect (G_OBJECT (mw->video_settings_button), "clicked",
 		    G_CALLBACK (show_window_cb),
 		    (gpointer) mw->video_settings_window);
 



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