Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 32038
Collapse All | Expand All

(-)meldapp.py.old (-1 / +1 lines)
Lines 461-465 Link Here
461
        if self.toolbar_style == 0:
461
        if self.toolbar_style == 0:
462
            style = self._gconf.get_string('/desktop/gnome/interface/toolbar_style')
462
            style = self._gconf.get_string('/desktop/gnome/interface/toolbar_style')
463
            style = {"both":gtk.TOOLBAR_BOTH, "both_horiz":gtk.TOOLBAR_BOTH_HORIZ,
463
            style = {"both":gtk.TOOLBAR_BOTH, "both-horiz":gtk.TOOLBAR_BOTH_HORIZ,
464
                     "icon":gtk.TOOLBAR_ICONS, "icons":gtk.TOOLBAR_ICONS,
464
                     "icon":gtk.TOOLBAR_ICONS, "icons":gtk.TOOLBAR_ICONS,
465
                     "text":gtk.TOOLBAR_TEXT}[style]
465
                     "text":gtk.TOOLBAR_TEXT}[style]

Return to bug 32038