diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_event-handler.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_event-handler.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.c b/src/fs/gnunet-fs-gtk_event-handler.c index 1535f18d..61373011 100644 --- a/src/fs/gnunet-fs-gtk_event-handler.c +++ b/src/fs/gnunet-fs-gtk_event-handler.c | |||
@@ -988,9 +988,6 @@ GNUNET_FS_GTK_search_result_close_button_clicked (GtkButton *button, gpointer us | |||
988 | } | 988 | } |
989 | tab->sc = NULL; | 989 | tab->sc = NULL; |
990 | GNUNET_FS_search_stop (sc); | 990 | GNUNET_FS_search_stop (sc); |
991 | gtk_widget_hide (GTK_WIDGET (button)); | ||
992 | gtk_widget_hide (tab->pause_button); | ||
993 | gtk_widget_hide (tab->play_button); | ||
994 | } | 991 | } |
995 | 992 | ||
996 | 993 | ||