diff options
author | Automatic PS uploader <ps-jenkins@lists.canonical.com> | 2013-09-30 12:24:55 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-09-30 12:24:55 +0000 |
commit | 5c5055d3846e118ec3ac2447fd10a950efd42edb (patch) | |
tree | 52ecf805e540392c630ebbd3b662bf2e30b7c6ee | |
parent | 8a9333d1013c41a643504835ecab602f89955db8 (diff) | |
parent | 9db63ea5c63b1d8502b7726dedb043ff575c769d (diff) | |
download | ayatana-ido-5c5055d3846e118ec3ac2447fd10a950efd42edb.tar.gz ayatana-ido-5c5055d3846e118ec3ac2447fd10a950efd42edb.tar.bz2 ayatana-ido-5c5055d3846e118ec3ac2447fd10a950efd42edb.zip |
Releasing 13.10.0+13.10.20130930-0ubuntu1 (revision 149 from lp:ido).
Approved by PS Jenkins bot.
-rw-r--r-- | debian/changelog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 77ec8c2..723a30d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +ido (13.10.0+13.10.20130930-0ubuntu1) saucy; urgency=low + + [ Lars Uebernickel ] + * idoscalemenuitem: don't update the action state when the action + state changes GtkRange has the same weird semantics for its "value- + changed" signal that the check menu items have: it is emitted not + only on user interaction, but also when gtk_range_set_value() is + called. The handler to "value-changed" updates the action. + gtk_range_set_value() is called when the action notifies about a + state change. Loop, meet loop. This patch works around that by + adding a "value-changed" to IdoScaleMenuItem that is only emitted + when the user changes the slider's value. . (LP: #1229076) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 149 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 30 Sep 2013 06:32:59 +0000 + ido (13.10.0+13.10.20130920-0ubuntu1) saucy; urgency=low [ Lars Uebernickel ] |