ekiga r7535 - in branches/gnome-2-24: . lib/engine/gui/gtk-frontend



Author: jpuydt
Date: Thu Jan  8 13:59:24 2009
New Revision: 7535
URL: http://svn.gnome.org/viewvc/ekiga?rev=7535&view=rev

Log:
Fixed crasher in call history view

Modified:
   branches/gnome-2-24/NEWS
   branches/gnome-2-24/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp

Modified: branches/gnome-2-24/NEWS
==============================================================================
--- branches/gnome-2-24/NEWS	(original)
+++ branches/gnome-2-24/NEWS	Thu Jan  8 13:59:24 2009
@@ -83,4 +83,4 @@
 - Brand new Ekiga Engine, fully separated from the GUI and reusable in
   other projects
 - Reworked WIN32 build
-- Better autoconf support for OPAL
\ No newline at end of file
+- Better autoconf support for OPAL

Modified: branches/gnome-2-24/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp
==============================================================================
--- branches/gnome-2-24/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp	(original)
+++ branches/gnome-2-24/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp	Thu Jan  8 13:59:24 2009
@@ -245,7 +245,7 @@
   selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (tree));
   gtk_tree_selection_set_mode (selection, GTK_SELECTION_SINGLE);
   g_signal_connect (G_OBJECT (tree), "event-after",
-		    G_CALLBACK (on_clicked), &book);
+		    G_CALLBACK (on_clicked), &(*book));
 
   /* connect to the signals */
   connection = book.cleared.connect (sigc::bind (sigc::ptr_fun (gtk_list_store_clear), store));



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