~ubuntu-branches/ubuntu/trusty/gimp/trusty

« back to all changes in this revision

Viewing changes to app/display/gimpdisplayshell.c

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2009-08-14 09:57:17 UTC
  • mto: (1.1.21 upstream) (0.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090814095717-37dh2xqy5t0rurpk
ImportĀ upstreamĀ versionĀ 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
703
703
 
704
704
  gtk_window_set_geometry_hints (GTK_WINDOW (widget), NULL,
705
705
                                 &geometry, geometry_mask);
 
706
 
 
707
  gimp_dialog_factory_set_has_min_size (GTK_WINDOW (widget), TRUE);
706
708
}
707
709
 
708
710
static void
1374
1376
 
1375
1377
  gimp_display_shell_expose_full (shell);
1376
1378
 
 
1379
  gtk_window_unmaximize (GTK_WINDOW (shell));
1377
1380
  gtk_window_resize (GTK_WINDOW (shell), width, height);
1378
1381
 
1379
1382
  /*  update the ui managers  */