[f-spot] Workaround in spin button adjustment, for buggy gtk+ 2.16 and 2.16.1
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Subject: [f-spot] Workaround in spin button adjustment, for buggy gtk+ 2.16 and 2.16.1
- Date: Mon, 8 Jun 2009 08:02:42 -0400 (EDT)
commit 133325f10fed786f011ef5c5d7cf6d80093753a3
Author: Stephane Delcroix <stephane delcroix org>
Date: Mon Jun 8 13:49:50 2009 +0200
Workaround in spin button adjustment, for buggy gtk+ 2.16 and 2.16.1
---
src/f-spot.glade | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/f-spot.glade b/src/f-spot.glade
index 7ba3318..8b1ad14 100644
--- a/src/f-spot.glade
+++ b/src/f-spot.glade
@@ -963,7 +963,7 @@
<widget class="GtkSpinButton" id="photo_spin_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="adjustment">1 0 100 1 10 10</property>
+ <property name="adjustment">1 0 100 1 10 0</property>
<property name="climb_rate">1</property>
</widget>
<packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]