Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: ui/
Date: Thu, 30 Jun 2011 22:13:06
Message-Id: 034c1f6b3eacfde57c1b065e5994bda4fc8d8d2d.wiktor@gentoo
1 commit: 034c1f6b3eacfde57c1b065e5994bda4fc8d8d2d
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Thu Jun 30 22:08:11 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Thu Jun 30 22:08:11 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=034c1f6b
7
8 ui/makeconf.glade: toggled numeric
9
10 ---
11 ui/makeconf.glade | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14 diff --git a/ui/makeconf.glade b/ui/makeconf.glade
15 index 7a8e8dc..10bebd1 100644
16 --- a/ui/makeconf.glade
17 +++ b/ui/makeconf.glade
18 @@ -295,6 +295,7 @@ Don't set -O3 system-wide, it is known to break builds, resulting in unstable co
19 <widget class="GtkSpinButton" id="jobs">
20 <property name="visible">True</property>
21 <property name="can_focus">True</property>
22 + <property name="numeric">True</property>
23 </widget>
24 <packing>
25 <property name="resize">True</property>
26 @@ -335,6 +336,7 @@ Don't set -O3 system-wide, it is known to break builds, resulting in unstable co
27 <widget class="GtkSpinButton" id="load">
28 <property name="visible">True</property>
29 <property name="can_focus">True</property>
30 + <property name="numeric">True</property>
31 </widget>
32 <packing>
33 <property name="resize">True</property>