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 02:32:43
Message-Id: d2be06e4e6522b0f87f1a64efc61ac89f730c40a.wiktor@gentoo
1 commit: d2be06e4e6522b0f87f1a64efc61ac89f730c40a
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Thu Jun 30 02:31:49 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Thu Jun 30 02:31:49 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=d2be06e4
7
8 ui/systools.glade: syslog and cron
9
10 ---
11 ui/systools.glade | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++
12 1 files changed, 68 insertions(+), 0 deletions(-)
13
14 diff --git a/ui/systools.glade b/ui/systools.glade
15 new file mode 100644
16 index 0000000..f3def7a
17 --- /dev/null
18 +++ b/ui/systools.glade
19 @@ -0,0 +1,68 @@
20 +<?xml version="1.0"?>
21 +<glade-interface>
22 + <!-- interface-requires gtk+ 2.6 -->
23 + <!-- interface-naming-policy toplevel-contextual -->
24 + <widget class="GtkWindow" id="systools_window">
25 + <property name="border_width">18</property>
26 + <child>
27 + <widget class="GtkAlignment" id="systools_align">
28 + <property name="width_request">400</property>
29 + <property name="visible">True</property>
30 + <property name="xalign">0</property>
31 + <property name="yalign">0</property>
32 + <child>
33 + <widget class="GtkTable" id="table1">
34 + <property name="visible">True</property>
35 + <property name="n_rows">2</property>
36 + <property name="n_columns">2</property>
37 + <child>
38 + <widget class="GtkLabel" id="label1">
39 + <property name="visible">True</property>
40 + <property name="label" translatable="yes">Pick your system logger:</property>
41 + <property name="justify">right</property>
42 + </widget>
43 + </child>
44 + <child>
45 + <widget class="GtkLabel" id="label2">
46 + <property name="visible">True</property>
47 + <property name="label" translatable="yes">Pick your cron:</property>
48 + <property name="justify">right</property>
49 + </widget>
50 + <packing>
51 + <property name="top_attach">1</property>
52 + <property name="bottom_attach">2</property>
53 + </packing>
54 + </child>
55 + <child>
56 + <widget class="GtkComboBox" id="logger">
57 + <property name="visible">True</property>
58 + <property name="items" translatable="yes">sysklogd
59 +syslog-ng
60 +metalog</property>
61 + </widget>
62 + <packing>
63 + <property name="left_attach">1</property>
64 + <property name="right_attach">2</property>
65 + </packing>
66 + </child>
67 + <child>
68 + <widget class="GtkComboBox" id="cron">
69 + <property name="visible">True</property>
70 + <property name="items" translatable="yes">(none)
71 +dcron
72 +fcron
73 +vixie-cron</property>
74 + </widget>
75 + <packing>
76 + <property name="left_attach">1</property>
77 + <property name="right_attach">2</property>
78 + <property name="top_attach">1</property>
79 + <property name="bottom_attach">2</property>
80 + </packing>
81 + </child>
82 + </widget>
83 + </child>
84 + </widget>
85 + </child>
86 + </widget>
87 +</glade-interface>