gnome-games r8660 - trunk/gnometris
- From: jclinton svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8660 - trunk/gnometris
- Date: Thu, 5 Feb 2009 22:55:19 +0000 (UTC)
Author: jclinton
Date: Thu Feb 5 22:55:19 2009
New Revision: 8660
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8660&view=rev
Log:
We shouldn't assume that the field has been created yet.
Modified:
trunk/gnometris/blockops.cpp
Modified: trunk/gnometris/blockops.cpp
==============================================================================
--- trunk/gnometris/blockops.cpp (original)
+++ trunk/gnometris/blockops.cpp Thu Feb 5 22:55:19 2009
@@ -584,8 +584,6 @@
backgroundImage = (GdkPixbuf *) g_object_ref(bgImage);
useBGImage = true;
// backgroundImageTiled = tiled;
-
- rescaleField ();
}
void
@@ -597,8 +595,6 @@
backgroundImage = NULL;
}
useBGImage = false;
-
- rescaleField ();
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]