From 42c3239a1a7d8736c6ba1c67056d3fa6b3ff2c50 Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Tue, 5 Aug 2008 21:03:46 +0000 Subject: luis.ontanon@gmail.com => luis@ontanon.org svn path=/trunk/; revision=25937 --- gtk/funnel_stat.c | 2 +- gtk/uat_gui.c | 7 ++++--- gtk/uat_gui.h | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'gtk') diff --git a/gtk/funnel_stat.c b/gtk/funnel_stat.c index 2995ef6a9a..aad13364a1 100644 --- a/gtk/funnel_stat.c +++ b/gtk/funnel_stat.c @@ -3,7 +3,7 @@ * * EPAN's funneled GUI mini-API * - * (c) 2006, Luis E. Garcia Ontanon + * (c) 2006, Luis E. Garcia Ontanon * * $Id$ * diff --git a/gtk/uat_gui.c b/gtk/uat_gui.c index 6f966212df..9604a79a03 100644 --- a/gtk/uat_gui.c +++ b/gtk/uat_gui.c @@ -6,7 +6,7 @@ * User Accessible Tables GUI * Mantain an array of user accessible data strucures * - * (c) 2007, Luis E. Garcia Ontanon + * (c) 2007, Luis E. Garcia Ontanon * * Wireshark - Network traffic analyzer * By Gerald Combs @@ -868,9 +868,10 @@ static GtkWidget* uat_window(void* u) { } gtk_clist_thaw(GTK_CLIST(rep->clist)); - + fprintf(stderr,"====> HERE"); rep->selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(rep->clist)); gtk_tree_selection_set_mode(rep->selection, GTK_SELECTION_SINGLE); + fprintf(stderr,"====> THERE"); if(uat->help) { GtkWidget* help_btn; @@ -917,7 +918,7 @@ static GtkWidget* uat_window(void* u) { gtk_widget_set_sensitive (rep->bt_delete, FALSE); - /* g_signal_connect(rep->selection, "changed", G_CALLBACK(remember_selected_row), uat); */ + g_signal_connect(rep->selection, "changed", G_CALLBACK(remember_selected_row), uat); g_signal_connect(rep->clist, "select-row", G_CALLBACK(remember_selected_row), uat); diff --git a/gtk/uat_gui.h b/gtk/uat_gui.h index 641ae01a6a..c030defe12 100644 --- a/gtk/uat_gui.h +++ b/gtk/uat_gui.h @@ -6,7 +6,7 @@ * User Accessible Tables GUI * Mantain an array of user accessible data strucures * - * (c) 2007, Luis E. Garcia Ontanon + * (c) 2007, Luis E. Garcia Ontanon * * Wireshark - Network traffic analyzer * By Gerald Combs -- cgit v1.2.3