Remove tab from source file

This commit is contained in:
Daniel P. Berrange 2013-04-29 18:47:55 +01:00
parent 8e68bbca82
commit a763065b32

View File

@ -512,7 +512,7 @@ virt_viewer_window_leave_fullscreen(VirtViewerWindow *self)
priv->before_fullscreen.height);
} else {
#ifdef G_OS_WIN32
/* win32 window manager isn't smart enough to place
/* win32 window manager isn't smart enough to place
* the window so that titlebar would be visible */
gtk_window_maximize(GTK_WINDOW(priv->window));
#else