Skip to content

Commit

Permalink
[RFC] Set correct sidebar/message window positions before showing the…
Browse files Browse the repository at this point in the history
… main winodw
  • Loading branch information
techee committed Jul 14, 2015
1 parent 0f5e379 commit 66821fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -1188,11 +1188,10 @@ gint main_lib(gint argc, gchar **argv)

/* finally show the window */
document_grab_focus(doc);
configuration_apply_settings();
gtk_widget_show(main_widgets.window);
main_status.main_window_realized = TRUE;

configuration_apply_settings();

#ifdef HAVE_SOCKET
/* register the callback of socket input */
if (! socket_info.ignore_socket && socket_info.lock_socket > 0)
Expand Down

0 comments on commit 66821fb

Please sign in to comment.