~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to etc/sessionrc

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
(session-info "toolbox" "dock"
9
9
    (position 48 48)
10
 
    (size 192 660)
 
10
    (size 204 720)
11
11
    (open-on-exit)
12
12
    (dock
13
13
        (book
14
 
            (dockable "gimp-tool-options"
15
 
                (tab-style preview)))))
 
14
            (dockable "gimp-tool-options"))))
16
15
(session-info "dock" "dock"
17
16
    (position 300 48)
18
 
    (size 240 660)
 
17
    (size 240 720)
19
18
    (open-on-exit)
20
19
    (aux-info
21
20
        (show-image-menu "true")
23
22
    (dock
24
23
        (book
25
24
            (dockable "gimp-layer-list"
26
 
                (tab-style icon)
27
 
                (preview-size 32))
 
25
                (tab-style icon))
28
26
            (dockable "gimp-channel-list"
29
 
                (tab-style icon)
30
 
                (preview-size 32))
 
27
                (tab-style icon))
31
28
            (dockable "gimp-vectors-list"
32
 
                (tab-style icon)
33
 
                (preview-size 32))
 
29
                (tab-style icon))
34
30
            (dockable "gimp-undo-history"
35
 
                (tab-style icon)))
 
31
                (tab-style icon)))
36
32
        (book
37
 
            (position 370)
 
33
            (position 360)
 
34
            (dockable "gimp-color-editor"
 
35
                (tab-style preview))
38
36
            (dockable "gimp-brush-grid"
39
 
                (tab-style preview))
 
37
                (tab-style preview))
40
38
            (dockable "gimp-pattern-grid"
41
 
                (tab-style preview))
 
39
                (tab-style preview))
42
40
            (dockable "gimp-gradient-list"
43
 
                (tab-style preview)))))
 
41
                (tab-style preview)))))
44
42
 
45
43
# end of sessionrc