From: erg Date: Fri, 16 Jul 2010 20:48:20 +0000 (+0000) Subject: Remove call on a no longer existing widget. X-Git-Tag: LAST_LIBGRAPH~32^2~1266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99b21d567350ee0cd2019318de2c491bfd16dec1;p=graphviz Remove call on a no longer existing widget. --- diff --git a/cmd/smyrna/main.c b/cmd/smyrna/main.c index 50c26752a..dd4e21d7b 100755 --- a/cmd/smyrna/main.c +++ b/cmd/smyrna/main.c @@ -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);