From 33a283402ece165f325ebc8c5ff63c9a3ffa51b3 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Mon, 25 May 2009 20:04:26 +0000 Subject: Also store the window's geometry when saving through the data-loss warning dialog (the one that pops up when Inkscape is being closed with unsaved data) (bzr r7934) --- src/interface.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/interface.cpp') diff --git a/src/interface.cpp b/src/interface.cpp index 9901c2d69..d628d964d 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -185,8 +185,6 @@ sp_create_window(SPViewWidget *vw, gboolean editable) if (w>0 && h>0) { x = MIN(gdk_screen_width() - w, x); y = MIN(gdk_screen_height() - h, y); - } - if (w>0 && h>0) { desktop->setWindowSize(w, h); } -- cgit v1.2.3