~ubuntu-branches/ubuntu/saucy/unity-tweak-tool/saucy-proposed

« back to all changes in this revision

Viewing changes to UnityTweakTool/section/sphagetti/compiz.py

  • Committer: Package Import Robot
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2013-05-13 16:39:04 UTC
  • Revision ID: package-import@ubuntu.com-20130513163904-3cpclxs85fhmb08c
Tags: 0.0.4ubuntu1
* Backport fixes from upstream git.
* UnityTweakTool/elements/colorchooser.py
 - Fix TypeError in get_rgba() (LP: #1165627)
* UnityTweakTool/section/sphagetti/compiz.py
 - Fix TypeError in color_to_hash() (LP: #1166884)
* UnityTweakTool/section/unity.py
 - Fix Show recently used and more suggestions in dash search (LP: #1166294)

Show diffs side-by-side

added added

removed removed

Lines of Context:
782
782
        del value
783
783
 
784
784
    def on_colorbutton_resize_outline_color_set(self, widget, udata=None):
785
 
        colorhash = gsettings.color_to_hash(self.ui['colorbutton_resize_outline'].get_color(),aplha=1)
 
785
        colorhash = gsettings.color_to_hash(self.ui['colorbutton_resize_outline'].get_color(),alpha=1)
786
786
        gsettings.resize.set_string('border-color', colorhash)
787
787
 
788
788
    def on_colorbutton_resize_fill_color_set(self, widget, udata=None):