~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-security

« back to all changes in this revision

Viewing changes to app/display/gimpdisplayshell-callbacks.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-10 00:13:42 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20081010001342-uja9qine9uybggd9
Tags: 2.6.1-1ubuntu1
* Sync new bugfix version on debian (lp: #280345, #280848)
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch:
  - updated some strings for ubuntu
* debian/rules:
  - updated translation templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1040
1040
            switch (direction)
1041
1041
              {
1042
1042
              case GDK_SCROLL_UP:
1043
 
                gimp_display_shell_scale (shell, GIMP_ZOOM_IN, 0.0);
 
1043
                gimp_display_shell_scale (shell,
 
1044
                                          GIMP_ZOOM_IN,
 
1045
                                          0.0,
 
1046
                                          GIMP_ZOOM_FOCUS_BEST_GUESS);
1044
1047
                break;
1045
1048
 
1046
1049
              case GDK_SCROLL_DOWN:
1047
 
                gimp_display_shell_scale (shell, GIMP_ZOOM_OUT, 0.0);
 
1050
                gimp_display_shell_scale (shell,
 
1051
                                          GIMP_ZOOM_OUT,
 
1052
                                          0.0,
 
1053
                                          GIMP_ZOOM_FOCUS_BEST_GUESS);
1048
1054
                break;
1049
1055
 
1050
1056
              default: