From 824dfc05c9af2dfb4299191b7e18e79a540bb2b5 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 11 May 2012 00:20:30 +0200 Subject: improved fullscreen mode support and cleaned up widget displaying --- src/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 6ad7e7d..ab5dbaa 100644 --- a/src/main.c +++ b/src/main.c @@ -211,8 +211,6 @@ main(int argc, char *argv[]) adj = gtk_vlc_player_get_volume_adjustment(GTK_VLC_PLAYER(player_widget)); gtk_scale_button_set_adjustment(GTK_SCALE_BUTTON(volume_button), adj); - gtk_widget_show_all(player_window); - quickopen_directory = g_strdup(DEFAULT_QUICKOPEN_DIR); refresh_quickopen_menu(GTK_MENU(quickopen_menu)); -- cgit v1.2.3