ekiga r6665 - trunk/lib/engine/gui/gtk-frontend



Author: jpuydt
Date: Wed Aug 20 20:02:12 2008
New Revision: 6665
URL: http://svn.gnome.org/viewvc/ekiga?rev=6665&view=rev

Log:
Fix very stupid typo which went unnoticed too long, and gave bug #548529

Modified:
   trunk/lib/engine/gui/gtk-frontend/simple-chat-page.cpp

Modified: trunk/lib/engine/gui/gtk-frontend/simple-chat-page.cpp
==============================================================================
--- trunk/lib/engine/gui/gtk-frontend/simple-chat-page.cpp	(original)
+++ trunk/lib/engine/gui/gtk-frontend/simple-chat-page.cpp	Wed Aug 20 20:02:12 2008
@@ -58,7 +58,6 @@
 static void
 simple_chat_page_dispose (GObject *obj)
 {
-
   parent_class->dispose (obj);
 }
 
@@ -95,7 +94,7 @@
     g_signal_new ("message-notice-event",
 		  G_OBJECT_CLASS_TYPE (gobject_class),
 		  G_SIGNAL_RUN_LAST,
-		  G_STRUCT_OFFSET (ChatAreaClass, message_notice_event),
+		  G_STRUCT_OFFSET (SimpleChatPageClass, message_notice_event),
 		  NULL, NULL,
 		  g_cclosure_marshal_VOID__VOID,
 		  G_TYPE_NONE, 0);



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