~ubuntu-branches/ubuntu/saucy/eog/saucy

« back to all changes in this revision

Viewing changes to src/eog-window.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-12 15:43:25 UTC
  • mfrom: (1.14.42) (2.1.24 experimental)
  • Revision ID: package-import@ubuntu.com-20121112154325-pcayrbe4f4xd8vz2
Tags: 3.6.1-1ubuntu1
* Resynchronize on Debian remaining diff:
* debian/control.in:
  - Build-Depends on dh-autoreconf, libgrip-dev
* debian/patches/02_grip_gestures.patch:
  -  support pinch-to-zoom, rotate, and drag gestures  
* debian/rules
  - use dh-autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
3474
3474
 
3475
3475
        /* FIXME: make a nice progress dialog */
3476
3476
        /* Do the work actually. First try to delete the image from the disk. If this
3477
 
         * is successfull, remove it from the screen. Otherwise show error dialog.
 
3477
         * is successful, remove it from the screen. Otherwise show error dialog.
3478
3478
         */
3479
3479
        for (it = images; it != NULL; it = it->next) {
3480
3480
                GError *error = NULL;
4293
4293
         * (item is available, but can't find the GtkAction for it).
4294
4294
         *
4295
4295
         * By ensuring we keep the GAppInfo around, we avoid the
4296
 
         * possibility of that situation occuring.
 
4296
         * possibility of that situation occurring.
4297
4297
         */
4298
4298
        static GDesktopAppInfo *app_info = NULL;
4299
4299
        static gboolean initialised;