aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/uat_gui.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2008-08-05 21:03:46 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2008-08-05 21:03:46 +0000
commit42c3239a1a7d8736c6ba1c67056d3fa6b3ff2c50 (patch)
tree63f55540cf39df4ec5238139068e22b1fe54c5d2 /gtk/uat_gui.c
parent99331d7b99e30cd3d5366986844fdc01b2a7094a (diff)
luis.ontanon@gmail.com => luis@ontanon.org
svn path=/trunk/; revision=25937
Diffstat (limited to 'gtk/uat_gui.c')
-rw-r--r--gtk/uat_gui.c7
1 files changed, 4 insertions, 3 deletions
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 <luis.ontanon@gmail.com>
+ * (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -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);