gimp r26686 - trunk/app/display



Author: martinn
Date: Wed Aug 20 20:01:45 2008
New Revision: 26686
URL: http://svn.gnome.org/viewvc/gimp?rev=26686&view=rev

Log:
Fix typo in last commit


Modified:
   trunk/app/display/gimpdisplayshell-scroll.c

Modified: trunk/app/display/gimpdisplayshell-scroll.c
==============================================================================
--- trunk/app/display/gimpdisplayshell-scroll.c	(original)
+++ trunk/app/display/gimpdisplayshell-scroll.c	Wed Aug 20 20:01:45 2008
@@ -41,8 +41,8 @@
 #include "gimpdisplayshell-scroll.h"
 
 
-#define OVERPAN_FACTOR     0.5
-#define MINIUM_STEP_AMOUNT 1.0
+#define OVERPAN_FACTOR      0.5
+#define MINIMUM_STEP_AMOUNT 1.0
 
 
 typedef struct
@@ -533,7 +533,7 @@
                                    sw + (shell->disp_width - sw) / 2);
     }
 
-  shell->hsbdata->step_increment = MAX (shell->scale_x, MINIUM_STEP_AMOUNT);
+  shell->hsbdata->step_increment = MAX (shell->scale_x, MINIMUM_STEP_AMOUNT);
 }
 
 /**
@@ -575,5 +575,5 @@
                                    sh + (shell->disp_height - sh) / 2);
     }
 
-  shell->vsbdata->step_increment = MAX (shell->scale_y, MINIUM_STEP_AMOUNT);
+  shell->vsbdata->step_increment = MAX (shell->scale_y, MINIMUM_STEP_AMOUNT);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]