Commit 700e3cf1 authored by Victor Ananjevsky's avatar Victor Ananjevsky

cosmetics

parent 96bff973
...@@ -675,10 +675,9 @@ create_plug (void) ...@@ -675,10 +675,9 @@ create_plug (void)
usleep (1000); usleep (1000);
tabs = get_tabs (options.plug, FALSE); tabs = get_tabs (options.plug, FALSE);
} }
while (!tabs[0].xid) while (!tabs[0].xid)
{ usleep (1000);
usleep (1000);
}
win = gtk_plug_new (0); win = gtk_plug_new (0);
/* set window borders */ /* set window borders */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment