diff options
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.c')
-rw-r--r-- | src/conversation/gnunet-conversation-gtk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.c b/src/conversation/gnunet-conversation-gtk.c index 6bd08e35..7350d4a2 100644 --- a/src/conversation/gnunet-conversation-gtk.c +++ b/src/conversation/gnunet-conversation-gtk.c | |||
@@ -135,8 +135,6 @@ run (void *cls) | |||
135 | /* setup main window */ | 135 | /* setup main window */ |
136 | main_window = GTK_WIDGET ( | 136 | main_window = GTK_WIDGET ( |
137 | GCG_get_main_window_object ("gnunet_conversation_gtk_main_window")); | 137 | GCG_get_main_window_object ("gnunet_conversation_gtk_main_window")); |
138 | main_window = | ||
139 | GNUNET_GTK_plug_me ("GNUNET_CONVERSATION_GTK_PLUG", main_window); | ||
140 | gtk_window_maximize (GTK_WINDOW (main_window)); | 138 | gtk_window_maximize (GTK_WINDOW (main_window)); |
141 | /* make GUI visible */ | 139 | /* make GUI visible */ |
142 | gtk_widget_show (main_window); | 140 | gtk_widget_show (main_window); |