diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2009-12-09 19:18:19 +0200 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2009-12-09 19:22:10 +0200 |
commit | d2de9fe2e280febcc1ae007371f8d1d7d77cd015 (patch) | |
tree | 2003717c7a333714c30f6715459c4d75b1cf82f1 /examples | |
parent | 4360b8da722ec410cd8554756f0ccd6fff94fd74 (diff) |
No need to hide the live search widget explicitly
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hildon-live-search-example.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/hildon-live-search-example.c b/examples/hildon-live-search-example.c index bb4caff..84e34c8 100644 --- a/examples/hildon-live-search-example.c +++ b/examples/hildon-live-search-example.c @@ -137,7 +137,6 @@ main (int argc, g_signal_connect (window, "destroy", G_CALLBACK (gtk_main_quit), NULL); gtk_widget_show_all (window); - gtk_widget_hide (GTK_WIDGET (live)); gtk_main (); |