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

« back to all changes in this revision

Viewing changes to app/actions/dockable-commands.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:
191
191
                  GimpDocked *new;
192
192
                  gboolean    show;
193
193
 
 
194
                  gimp_dockable_set_locked (GIMP_DOCKABLE (new_dockable),
 
195
                                            gimp_dockable_is_locked (dockable));
 
196
 
194
197
                  old = GIMP_DOCKED (gtk_bin_get_child (GTK_BIN (dockable)));
195
198
                  new = GIMP_DOCKED (gtk_bin_get_child (GTK_BIN (new_dockable)));
196
199