Fix missing comma in previous commit
This commit is contained in:
parent
fac482c442
commit
ce1393d2d4
@ -120,7 +120,7 @@ evil_timeout (gpointer data)
|
|||||||
|
|
||||||
w = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
w = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
||||||
|
|
||||||
gtk_window_move (GTK_WINDOW (w)
|
gtk_window_move (GTK_WINDOW (w),
|
||||||
g_random_int_range (0,
|
g_random_int_range (0,
|
||||||
gdk_screen_width ()),
|
gdk_screen_width ()),
|
||||||
g_random_int_range (0,
|
g_random_int_range (0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user