Revision: 1383
http://geeqie.svn.sourceforge.net/geeqie/?rev=1383&view=rev
Author: nadvornik
Date: 2009-02-06 23:49:03 +0000 (Fri, 06 Feb 2009)
Log Message:
-----------
Start with "Fit to window" in "Leave Zoom at previous setting" mode
Modified Paths:
--------------
trunk/src/layout.c
Modified: trunk/src/layout.c
===================================================================
--- trunk/src/layout.c 2009-02-06 22:56:52 UTC (rev 1382)
+++ trunk/src/layout.c 2009-02-06 23:49:03 UTC (rev 1383)
@@ -2074,7 +2074,10 @@
GdkPixbuf *pixbuf;
pixbuf = pixbuf_inline(PIXBUF_INLINE_LOGO);
- image_change_pixbuf(lw->image, pixbuf, 1.0, FALSE);
+
+ /* FIXME: the zoom value set here is the value, which is then
copied again and again
+ in "Leave Zoom at previous setting" mode. This is not ideal.
*/
+ image_change_pixbuf(lw->image, pixbuf, 0.0, FALSE);
g_object_unref(pixbuf);
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn