]> Pileus Git - ~andy/gtk/commit
Merged modified patch from maemo-gtk that allows to disable toolbar
authorMichael Natterer <mitch@imendio.com>
Thu, 1 Dec 2005 20:49:17 +0000 (20:49 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Thu, 1 Dec 2005 20:49:17 +0000 (20:49 +0000)
commitdd7c0d77b1e8558e11e318e5bda8107c7609d4a9
tree2dd28e48e0998c789845cdb3c19a9845dfee0a8d
parent7499e33c8102f632cc994a10d19bac554b4284c9
Merged modified patch from maemo-gtk that allows to disable toolbar

2005-12-01  Michael Natterer  <mitch@imendio.com>

Merged modified patch from maemo-gtk that allows to disable
toolbar animations. Addresses bug #142582.

* gtk/gtksettings.c: added boolean property "gtk-enable-animations".
(patch from Christian Neumair)

* gtk/gtktoolbar.c: don't animate toolbar changes if the settings
property is FALSE. Replaced the individual "notify::foo"
connections to GtkSettings by a single "notify" callback and
dispatch internally.
ChangeLog
ChangeLog.pre-2-10
gtk/gtksettings.c
gtk/gtktoolbar.c