~ubuntu-branches/ubuntu/vivid/nip2/vivid-proposed

« back to all changes in this revision

Viewing changes to src/iwindow.c

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2010-12-27 14:53:08 UTC
  • mfrom: (2.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20101227145308-vampjbuuft281j3l
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
758
758
                        GTK_OBJECT( iwnd->parent_window ), 
759
759
                        "unmap",
760
760
                        GTK_SIGNAL_FUNC( iwindow_parent_unmap_cb ), iwnd );
 
761
 
 
762
                /* Show the parent. For example, if this is the ^Q
 
763
                 * save-or-quit dialog and the parent is a mainw, we want to
 
764
                 * pop the mainw up.
 
765
                 */
 
766
                gtk_window_present( GTK_WINDOW( iwnd->parent_window ) );
761
767
        }
762
768
 
763
769
        gtk_widget_show( iwnd->work );