Revision: 1364
http://geeqie.svn.sourceforge.net/geeqie/?rev=1364&view=rev
Author: zas_
Date: 2009-01-29 19:00:24 +0000 (Thu, 29 Jan 2009)
Log Message:
-----------
Invert Horizontally vs vertically zoom fit, it was a TRUE/FALSE mismatch,
reported by Christopher Beland.
Modified Paths:
--------------
trunk/src/layout_util.c
Modified: trunk/src/layout_util.c
===================================================================
--- trunk/src/layout_util.c 2009-01-29 18:52:52 UTC (rev 1363)
+++ trunk/src/layout_util.c 2009-01-29 19:00:24 UTC (rev 1364)
@@ -420,14 +420,14 @@
{
LayoutWindow *lw = data;
- layout_image_zoom_set_fill_geometry(lw, TRUE, FALSE);
+ layout_image_zoom_set_fill_geometry(lw, FALSE, FALSE);
}
static void layout_menu_zoom_fit_vert_cb(GtkAction *action, gpointer data)
{
LayoutWindow *lw = data;
- layout_image_zoom_set_fill_geometry(lw, FALSE, FALSE);
+ layout_image_zoom_set_fill_geometry(lw, TRUE, FALSE);
}
static void layout_menu_zoom_2_1_cb(GtkAction *action, gpointer data)
@@ -504,14 +504,14 @@
{
LayoutWindow *lw = data;
- layout_image_zoom_set_fill_geometry(lw, TRUE, TRUE);
+ layout_image_zoom_set_fill_geometry(lw, FALSE, TRUE);
}
static void layout_menu_connect_zoom_fit_vert_cb(GtkAction *action, gpointer
data)
{
LayoutWindow *lw = data;
- layout_image_zoom_set_fill_geometry(lw, FALSE, TRUE);
+ layout_image_zoom_set_fill_geometry(lw, TRUE, TRUE);
}
static void layout_menu_connect_zoom_2_1_cb(GtkAction *action, gpointer data)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn