]> granicus.if.org Git - graphviz/commitdiff
Remove call on a no longer existing widget.
authorerg <devnull@localhost>
Fri, 16 Jul 2010 20:48:20 +0000 (20:48 +0000)
committererg <devnull@localhost>
Fri, 16 Jul 2010 20:48:20 +0000 (20:48 +0000)
cmd/smyrna/main.c

index 50c26752ad0a3c3630f6787a17090fff68d8a8a0..dd4e21d7b6e826d0830b00b25f72604f1c57183d 100755 (executable)
@@ -213,7 +213,6 @@ int main(int argc, char *argv[])
 
     gtk_widget_hide(glade_xml_get_widget(xml, "vbox13"));
     gtk_window_set_deletable ((GtkWindow*)glade_xml_get_widget(xml, "dlgSettings"),0);
-    gtk_window_set_deletable ((GtkWindow*)glade_xml_get_widget(xml, "dlgTVFilter"),0);
     gtk_window_set_deletable ((GtkWindow*)glade_xml_get_widget(xml, "frmTVNodes"),0);