summaryrefslogtreecommitdiff
blob: ebf4ace01fb811b526d891d24329193d6b1c75e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -Naur src/main.c.org src/main.c
--- src/main.c.org	2004-04-11 07:34:37.631188496 +0200
+++ src/main.c	2004-04-11 07:34:24.247223168 +0200
@@ -2214,8 +2214,8 @@
 
 	if (_GK.sticky_state)
 		gtk_window_stick(GTK_WINDOW(top_window));
-	gkrellm_winop_options(argc, argv);
 	gtk_widget_show(gtree.window);
+	gkrellm_winop_options(argc, argv);
 
 	if (geometry || _GK.save_position)
 		configure_position_lock = TRUE;		/* see cb_configure_notify */