~ubuntu-branches/ubuntu/quantal/eog/quantal

« back to all changes in this revision

Viewing changes to src/eog-application.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-26 10:20:34 UTC
  • mfrom: (1.14.35)
  • Revision ID: package-import@ubuntu.com-20120626102034-wpqhch4kg2b9mvm4
Tags: 3.5.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
        for (l = windows; l != NULL; l = l->next) {
217
217
                EogWindow *window = EOG_WINDOW (l->data);
218
218
 
219
 
                if (eog_window_is_empty (window)) {
 
219
                /* Make sure the window is empty and not initializing */
 
220
                if (eog_window_is_empty (window) &&
 
221
                    eog_window_is_not_initializing (window)) {
220
222
                        empty_window = window;
221
223
                        break;
222
224
                }