[Goodies-commits] r3875 - ristretto/trunk/src

Stephan Arts stephan at xfce.org
Sat Jan 26 16:20:48 CET 2008


Author: stephan
Date: 2008-01-26 15:20:48 +0000 (Sat, 26 Jan 2008)
New Revision: 3875

Modified:
   ristretto/trunk/src/main_window.c
   ristretto/trunk/src/main_window.h
   ristretto/trunk/src/picture_viewer.c
Log:
Changed stuff



Modified: ristretto/trunk/src/main_window.c
===================================================================
--- ristretto/trunk/src/main_window.c	2008-01-26 06:49:26 UTC (rev 3874)
+++ ristretto/trunk/src/main_window.c	2008-01-26 15:20:48 UTC (rev 3875)
@@ -1,4 +1,6 @@
 /*
+ *  Copyright (C) Stephan Arts 2006-2008 <stephan at xfce.org>
+ *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or

Modified: ristretto/trunk/src/main_window.h
===================================================================
--- ristretto/trunk/src/main_window.h	2008-01-26 06:49:26 UTC (rev 3874)
+++ ristretto/trunk/src/main_window.h	2008-01-26 15:20:48 UTC (rev 3875)
@@ -1,4 +1,6 @@
 /*
+ *  Copyright (C) Stephan Arts 2006-2008 <stephan at xfce.org>
+ *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or

Modified: ristretto/trunk/src/picture_viewer.c
===================================================================
--- ristretto/trunk/src/picture_viewer.c	2008-01-26 06:49:26 UTC (rev 3874)
+++ ristretto/trunk/src/picture_viewer.c	2008-01-26 15:20:48 UTC (rev 3875)
@@ -143,7 +143,7 @@
 
     viewer->priv->src_pixbuf = NULL;
     viewer->priv->dst_pixbuf = NULL;
-    viewer->priv->zoom_mode = RSTTO_ZOOM_MODE_FIT;
+    viewer->priv->zoom_mode = RSTTO_ZOOM_MODE_CUSTOM;
     gtk_widget_set_redraw_on_allocate(GTK_WIDGET(viewer), TRUE);
     gtk_widget_set_events (GTK_WIDGET(viewer),
                            GDK_BUTTON_PRESS_MASK |




More information about the Goodies-commits mailing list