~ubuntu-branches/ubuntu/raring/gtimelog/raring

« back to all changes in this revision

Viewing changes to src/gtimelog/gtimelog.ui

  • Committer: Package Import Robot
  • Author(s): Barry Warsaw
  • Date: 2012-09-13 14:08:20 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120913140820-njz1ux9vxcee5uyt
Tags: 0.8.0-0ubuntu1
* New upstream release.  (LP: #1050539)
* Remove debian/patches/bug-1016212.patch as it has been applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
3
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-naming-policy toplevel-contextual -->
 
4
  <object class="GtkDialog" id="about_dialog">
 
5
    <property name="can_focus">False</property>
 
6
    <property name="title" translatable="yes">About TimeLog</property>
 
7
    <property name="window_position">center</property>
 
8
    <property name="type_hint">dialog</property>
 
9
    <child internal-child="vbox">
 
10
      <object class="GtkBox" id="dialog-vbox1">
 
11
        <property name="visible">True</property>
 
12
        <property name="can_focus">False</property>
 
13
        <child internal-child="action_area">
 
14
          <object class="GtkButtonBox" id="dialog-action_area1">
 
15
            <property name="visible">True</property>
 
16
            <property name="can_focus">False</property>
 
17
            <property name="layout_style">end</property>
 
18
            <child>
 
19
              <object class="GtkButton" id="ok_button">
 
20
                <property name="label">gtk-ok</property>
 
21
                <property name="visible">True</property>
 
22
                <property name="can_focus">True</property>
 
23
                <property name="can_default">True</property>
 
24
                <property name="receives_default">False</property>
 
25
                <property name="use_action_appearance">False</property>
 
26
                <property name="use_stock">True</property>
 
27
              </object>
 
28
              <packing>
 
29
                <property name="expand">False</property>
 
30
                <property name="fill">False</property>
 
31
                <property name="position">0</property>
 
32
              </packing>
 
33
            </child>
 
34
          </object>
 
35
          <packing>
 
36
            <property name="expand">False</property>
 
37
            <property name="fill">True</property>
 
38
            <property name="pack_type">end</property>
 
39
            <property name="position">0</property>
 
40
          </packing>
 
41
        </child>
 
42
        <child>
 
43
          <object class="GtkVBox" id="vbox2">
 
44
            <property name="visible">True</property>
 
45
            <property name="can_focus">False</property>
 
46
            <property name="border_width">16</property>
 
47
            <child>
 
48
              <object class="GtkLabel" id="about_text">
 
49
                <property name="visible">True</property>
 
50
                <property name="can_focus">False</property>
 
51
                <property name="label" translatable="yes">&lt;span weight="bold" size="xx-large"&gt;GTimeLog v%(version)s&lt;/span&gt;
 
52
 
 
53
GTimeLog is a time tracking application.
 
54
 
 
55
&lt;small&gt;© 2004–2012 Marius Gedminas and contributors&lt;/small&gt;</property>
 
56
                <property name="use_markup">True</property>
 
57
                <property name="justify">center</property>
 
58
              </object>
 
59
              <packing>
 
60
                <property name="expand">True</property>
 
61
                <property name="fill">True</property>
 
62
                <property name="padding">16</property>
 
63
                <property name="position">0</property>
 
64
              </packing>
 
65
            </child>
 
66
          </object>
 
67
          <packing>
 
68
            <property name="expand">False</property>
 
69
            <property name="fill">True</property>
 
70
            <property name="position">2</property>
 
71
          </packing>
 
72
        </child>
 
73
      </object>
 
74
    </child>
 
75
    <action-widgets>
 
76
      <action-widget response="-5">ok_button</action-widget>
 
77
    </action-widgets>
 
78
  </object>
 
79
  <object class="GtkMenu" id="app_indicator_menu">
 
80
    <property name="can_focus">False</property>
 
81
    <child>
 
82
      <object class="GtkCheckMenuItem" id="appind_show">
 
83
        <property name="visible">True</property>
 
84
        <property name="can_focus">False</property>
 
85
        <property name="use_action_appearance">False</property>
 
86
        <property name="label" translatable="yes">_Show GTimeLog</property>
 
87
        <property name="use_underline">True</property>
 
88
        <signal name="activate" handler="on_toggle_visible" swapped="no"/>
 
89
      </object>
 
90
    </child>
 
91
    <child>
 
92
      <object class="GtkSeparatorMenuItem" id="appind_separator1">
 
93
        <property name="visible">True</property>
 
94
        <property name="can_focus">False</property>
 
95
      </object>
 
96
    </child>
 
97
    <child>
 
98
      <object class="GtkImageMenuItem" id="appind_quit">
 
99
        <property name="label">gtk-quit</property>
 
100
        <property name="visible">True</property>
 
101
        <property name="can_focus">False</property>
 
102
        <property name="use_action_appearance">False</property>
 
103
        <property name="use_underline">True</property>
 
104
        <property name="use_stock">True</property>
 
105
        <signal name="activate" handler="on_quit_activate" swapped="no"/>
 
106
      </object>
 
107
    </child>
 
108
  </object>
 
109
  <object class="GtkDialog" id="calendar_dialog">
 
110
    <property name="can_focus">False</property>
 
111
    <property name="title" translatable="yes">Choose a Date</property>
 
112
    <property name="window_position">mouse</property>
 
113
    <property name="type_hint">dialog</property>
 
114
    <child internal-child="vbox">
 
115
      <object class="GtkBox" id="dialog-vbox2">
 
116
        <property name="visible">True</property>
 
117
        <property name="can_focus">False</property>
 
118
        <child internal-child="action_area">
 
119
          <object class="GtkButtonBox" id="dialog-action_area2">
 
120
            <property name="visible">True</property>
 
121
            <property name="can_focus">False</property>
 
122
            <property name="layout_style">end</property>
 
123
            <child>
 
124
              <object class="GtkButton" id="cancelbutton1">
 
125
                <property name="label">gtk-cancel</property>
 
126
                <property name="visible">True</property>
 
127
                <property name="can_focus">True</property>
 
128
                <property name="can_default">True</property>
 
129
                <property name="receives_default">False</property>
 
130
                <property name="use_action_appearance">False</property>
 
131
                <property name="use_stock">True</property>
 
132
              </object>
 
133
              <packing>
 
134
                <property name="expand">False</property>
 
135
                <property name="fill">False</property>
 
136
                <property name="position">0</property>
 
137
              </packing>
 
138
            </child>
 
139
            <child>
 
140
              <object class="GtkButton" id="okbutton1">
 
141
                <property name="label">gtk-ok</property>
 
142
                <property name="visible">True</property>
 
143
                <property name="can_focus">True</property>
 
144
                <property name="can_default">True</property>
 
145
                <property name="has_default">True</property>
 
146
                <property name="receives_default">False</property>
 
147
                <property name="use_action_appearance">False</property>
 
148
                <property name="use_stock">True</property>
 
149
              </object>
 
150
              <packing>
 
151
                <property name="expand">False</property>
 
152
                <property name="fill">False</property>
 
153
                <property name="position">1</property>
 
154
              </packing>
 
155
            </child>
 
156
          </object>
 
157
          <packing>
 
158
            <property name="expand">False</property>
 
159
            <property name="fill">True</property>
 
160
            <property name="pack_type">end</property>
 
161
            <property name="position">0</property>
 
162
          </packing>
 
163
        </child>
 
164
        <child>
 
165
          <object class="GtkCalendar" id="calendar">
 
166
            <property name="visible">True</property>
 
167
            <property name="can_focus">True</property>
 
168
            <property name="show_week_numbers">True</property>
 
169
          </object>
 
170
          <packing>
 
171
            <property name="expand">False</property>
 
172
            <property name="fill">True</property>
 
173
            <property name="position">2</property>
 
174
          </packing>
 
175
        </child>
 
176
      </object>
 
177
    </child>
 
178
    <action-widgets>
 
179
      <action-widget response="-6">cancelbutton1</action-widget>
 
180
      <action-widget response="-5">okbutton1</action-widget>
 
181
    </action-widgets>
 
182
  </object>
5
183
  <object class="GtkWindow" id="main_window">
 
184
    <property name="can_focus">False</property>
6
185
    <property name="title" translatable="yes">Time Log</property>
7
186
    <property name="window_position">center</property>
8
187
    <property name="default_width">800</property>
11
190
    <child>
12
191
      <object class="GtkVBox" id="vbox1">
13
192
        <property name="visible">True</property>
 
193
        <property name="can_focus">False</property>
14
194
        <child>
15
195
          <object class="GtkMenuBar" id="main_menu">
16
196
            <property name="visible">True</property>
 
197
            <property name="can_focus">False</property>
17
198
            <child>
18
199
              <object class="GtkMenuItem" id="menuitem1">
19
200
                <property name="visible">True</property>
 
201
                <property name="can_focus">False</property>
 
202
                <property name="use_action_appearance">False</property>
20
203
                <property name="label" translatable="yes">_File</property>
21
204
                <property name="use_underline">True</property>
22
205
                <child type="submenu">
23
206
                  <object class="GtkMenu" id="menuitem1_menu">
 
207
                    <property name="can_focus">False</property>
24
208
                    <child>
25
209
                      <object class="GtkImageMenuItem" id="reload">
26
210
                        <property name="label">_Reload</property>
27
211
                        <property name="visible">True</property>
 
212
                        <property name="can_focus">False</property>
 
213
                        <property name="use_action_appearance">False</property>
28
214
                        <property name="use_underline">True</property>
29
215
                        <property name="use_stock">True</property>
30
216
                        <accelerator key="R" signal="activate" modifiers="GDK_CONTROL_MASK"/>
31
 
                        <signal name="activate" handler="on_reread_activate"/>
 
217
                        <signal name="activate" handler="on_reread_activate" swapped="no"/>
32
218
                      </object>
33
219
                    </child>
34
220
                    <child>
35
221
                      <object class="GtkImageMenuItem" id="edit_timelog">
36
222
                        <property name="label">_Edit timelog.txt</property>
37
223
                        <property name="visible">True</property>
 
224
                        <property name="can_focus">False</property>
 
225
                        <property name="use_action_appearance">False</property>
38
226
                        <property name="use_underline">True</property>
39
227
                        <property name="use_stock">True</property>
40
228
                        <accelerator key="E" signal="activate" modifiers="GDK_CONTROL_MASK"/>
41
 
                        <signal name="activate" handler="on_edit_timelog_activate"/>
 
229
                        <signal name="activate" handler="on_edit_timelog_activate" swapped="no"/>
42
230
                      </object>
43
231
                    </child>
44
232
                    <child>
45
233
                      <object class="GtkImageMenuItem" id="main_quit">
46
234
                        <property name="label">gtk-quit</property>
47
235
                        <property name="visible">True</property>
 
236
                        <property name="can_focus">False</property>
 
237
                        <property name="use_action_appearance">False</property>
48
238
                        <property name="use_underline">True</property>
49
239
                        <property name="use_stock">True</property>
50
 
                        <signal name="activate" handler="on_quit_activate"/>
51
240
                        <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
 
241
                        <signal name="activate" handler="on_quit_activate" swapped="no"/>
52
242
                      </object>
53
243
                    </child>
54
244
                  </object>
58
248
            <child>
59
249
              <object class="GtkMenuItem" id="view1">
60
250
                <property name="visible">True</property>
 
251
                <property name="can_focus">False</property>
 
252
                <property name="use_action_appearance">False</property>
61
253
                <property name="label" translatable="yes">_View</property>
62
254
                <property name="use_underline">True</property>
63
255
                <child type="submenu">
64
256
                  <object class="GtkMenu" id="view1_menu">
 
257
                    <property name="can_focus">False</property>
65
258
                    <child>
66
259
                      <object class="GtkRadioMenuItem" id="chronological">
67
260
                        <property name="visible">True</property>
 
261
                        <property name="can_focus">False</property>
 
262
                        <property name="use_action_appearance">False</property>
68
263
                        <property name="label" translatable="yes">_Chronological</property>
69
264
                        <property name="use_underline">True</property>
70
265
                        <accelerator key="1" signal="activate" modifiers="GDK_MOD1_MASK"/>
71
 
                        <signal name="activate" handler="on_chronological_activate"/>
 
266
                        <signal name="activate" handler="on_chronological_activate" swapped="no"/>
72
267
                      </object>
73
268
                    </child>
74
269
                    <child>
75
270
                      <object class="GtkRadioMenuItem" id="grouped">
76
271
                        <property name="visible">True</property>
 
272
                        <property name="can_focus">False</property>
 
273
                        <property name="use_action_appearance">False</property>
77
274
                        <property name="label" translatable="yes">_Grouped</property>
78
275
                        <property name="use_underline">True</property>
79
276
                        <property name="active">True</property>
80
277
                        <property name="group">chronological</property>
81
278
                        <accelerator key="2" signal="activate" modifiers="GDK_MOD1_MASK"/>
82
 
                        <signal name="activate" handler="on_grouped_activate"/>
 
279
                        <signal name="activate" handler="on_grouped_activate" swapped="no"/>
 
280
                      </object>
 
281
                    </child>
 
282
                    <child>
 
283
                      <object class="GtkRadioMenuItem" id="summary">
 
284
                        <property name="visible">True</property>
 
285
                        <property name="can_focus">False</property>
 
286
                        <property name="use_action_appearance">False</property>
 
287
                        <property name="label" translatable="yes">_Summary</property>
 
288
                        <property name="use_underline">True</property>
 
289
                        <property name="group">chronological</property>
 
290
                        <accelerator key="3" signal="activate" modifiers="GDK_MOD1_MASK"/>
 
291
                        <signal name="activate" handler="on_summary_activate" swapped="no"/>
83
292
                      </object>
84
293
                    </child>
85
294
                    <child>
86
295
                      <object class="GtkSeparatorMenuItem" id="separator2">
87
296
                        <property name="visible">True</property>
 
297
                        <property name="can_focus">False</property>
88
298
                      </object>
89
299
                    </child>
90
300
                    <child>
91
301
                      <object class="GtkCheckMenuItem" id="show_task_pane">
92
302
                        <property name="visible">True</property>
 
303
                        <property name="can_focus">False</property>
93
304
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
305
                        <property name="use_action_appearance">False</property>
94
306
                        <property name="label" translatable="yes">_Tasks</property>
95
307
                        <property name="use_underline">True</property>
96
308
                        <property name="active">True</property>
97
309
                        <accelerator key="F9" signal="activate"/>
98
 
                        <signal name="toggled" handler="on_show_task_pane_toggled"/>
 
310
                        <signal name="toggled" handler="on_show_task_pane_toggled" swapped="no"/>
99
311
                      </object>
100
312
                    </child>
101
313
                  </object>
105
317
            <child>
106
318
              <object class="GtkMenuItem" id="menuitem2">
107
319
                <property name="visible">True</property>
 
320
                <property name="can_focus">False</property>
 
321
                <property name="use_action_appearance">False</property>
108
322
                <property name="label" translatable="yes">_Report</property>
109
323
                <property name="use_underline">True</property>
110
324
                <child type="submenu">
111
325
                  <object class="GtkMenu" id="menuitem2_menu">
 
326
                    <property name="can_focus">False</property>
112
327
                    <child>
113
328
                      <object class="GtkImageMenuItem" id="daily_report">
114
329
                        <property name="label">_Daily Report</property>
115
330
                        <property name="visible">True</property>
 
331
                        <property name="can_focus">False</property>
 
332
                        <property name="use_action_appearance">False</property>
116
333
                        <property name="use_underline">True</property>
117
334
                        <property name="use_stock">True</property>
118
335
                        <accelerator key="D" signal="activate" modifiers="GDK_CONTROL_MASK"/>
119
 
                        <signal name="activate" handler="on_daily_report_activate"/>
 
336
                        <signal name="activate" handler="on_daily_report_activate" swapped="no"/>
120
337
                      </object>
121
338
                    </child>
122
339
                    <child>
123
340
                      <object class="GtkImageMenuItem" id="yesterdays_report">
124
341
                        <property name="label">Daily Report for _Yesterday</property>
125
342
                        <property name="visible">True</property>
 
343
                        <property name="can_focus">False</property>
 
344
                        <property name="use_action_appearance">False</property>
126
345
                        <property name="use_underline">True</property>
127
346
                        <property name="use_stock">True</property>
128
 
                        <signal name="activate" handler="on_yesterdays_report_activate"/>
 
347
                        <signal name="activate" handler="on_yesterdays_report_activate" swapped="no"/>
129
348
                      </object>
130
349
                    </child>
131
350
                    <child>
132
351
                      <object class="GtkImageMenuItem" id="previous_day_report">
133
352
                        <property name="label">Daily Report for a _Previous Day...</property>
134
353
                        <property name="visible">True</property>
 
354
                        <property name="can_focus">False</property>
 
355
                        <property name="use_action_appearance">False</property>
135
356
                        <property name="use_underline">True</property>
136
357
                        <property name="use_stock">True</property>
137
 
                        <signal name="activate" handler="on_previous_day_report_activate"/>
 
358
                        <signal name="activate" handler="on_previous_day_report_activate" swapped="no"/>
138
359
                      </object>
139
360
                    </child>
140
361
                    <child>
141
362
                      <object class="GtkImageMenuItem" id="weekly_report">
142
363
                        <property name="label">_Weekly Report</property>
143
364
                        <property name="visible">True</property>
 
365
                        <property name="can_focus">False</property>
 
366
                        <property name="use_action_appearance">False</property>
144
367
                        <property name="use_underline">True</property>
145
368
                        <property name="use_stock">True</property>
146
 
                        <signal name="activate" handler="on_weekly_report_activate"/>
 
369
                        <signal name="activate" handler="on_weekly_report_activate" swapped="no"/>
147
370
                      </object>
148
371
                    </child>
149
372
                    <child>
150
373
                      <object class="GtkImageMenuItem" id="last_weeks_report">
151
374
                        <property name="label">Weekly Report for _Last Week</property>
152
375
                        <property name="visible">True</property>
 
376
                        <property name="can_focus">False</property>
 
377
                        <property name="use_action_appearance">False</property>
153
378
                        <property name="use_underline">True</property>
154
379
                        <property name="use_stock">True</property>
155
 
                        <signal name="activate" handler="on_last_weeks_report_activate"/>
 
380
                        <signal name="activate" handler="on_last_weeks_report_activate" swapped="no"/>
156
381
                      </object>
157
382
                    </child>
158
383
                    <child>
159
384
                      <object class="GtkImageMenuItem" id="previous_week_report">
160
385
                        <property name="label">Weekly Report for a Pre_vious Week...</property>
161
386
                        <property name="visible">True</property>
 
387
                        <property name="can_focus">False</property>
 
388
                        <property name="use_action_appearance">False</property>
162
389
                        <property name="use_underline">True</property>
163
390
                        <property name="use_stock">True</property>
164
 
                        <signal name="activate" handler="on_previous_week_report_activate"/>
 
391
                        <signal name="activate" handler="on_previous_week_report_activate" swapped="no"/>
165
392
                      </object>
166
393
                    </child>
167
394
                    <child>
168
395
                      <object class="GtkImageMenuItem" id="monthly_report">
169
396
                        <property name="label">_Monthly Report</property>
170
397
                        <property name="visible">True</property>
 
398
                        <property name="can_focus">False</property>
 
399
                        <property name="use_action_appearance">False</property>
171
400
                        <property name="use_underline">True</property>
172
401
                        <property name="use_stock">True</property>
173
 
                        <signal name="activate" handler="on_monthly_report_activate"/>
 
402
                        <signal name="activate" handler="on_monthly_report_activate" swapped="no"/>
174
403
                      </object>
175
404
                    </child>
176
405
                    <child>
177
406
                      <object class="GtkImageMenuItem" id="last_month_report">
178
407
                        <property name="label">Monthly Report for Last Month</property>
179
408
                        <property name="visible">True</property>
 
409
                        <property name="can_focus">False</property>
 
410
                        <property name="use_action_appearance">False</property>
180
411
                        <property name="use_underline">True</property>
181
412
                        <property name="use_stock">True</property>
182
 
                        <signal name="activate" handler="on_last_month_report_activate"/>
 
413
                        <signal name="activate" handler="on_last_month_report_activate" swapped="no"/>
183
414
                      </object>
184
415
                    </child>
185
416
                    <child>
186
417
                      <object class="GtkImageMenuItem" id="previous_month_report">
187
418
                        <property name="label">Monthly Report for a Previous Month...</property>
188
419
                        <property name="visible">True</property>
 
420
                        <property name="can_focus">False</property>
 
421
                        <property name="use_action_appearance">False</property>
189
422
                        <property name="use_underline">True</property>
190
423
                        <property name="use_stock">True</property>
191
 
                        <signal name="activate" handler="on_previous_month_report_activate"/>
 
424
                        <signal name="activate" handler="on_previous_month_report_activate" swapped="no"/>
192
425
                      </object>
193
426
                    </child>
194
427
                    <child>
195
428
                      <object class="GtkSeparatorMenuItem" id="separator1">
196
429
                        <property name="visible">True</property>
 
430
                        <property name="can_focus">False</property>
197
431
                      </object>
198
432
                    </child>
199
433
                    <child>
200
434
                      <object class="GtkImageMenuItem" id="open_complete_spreadsheet">
201
435
                        <property name="label">_Complete Report in Spreadsheet</property>
202
436
                        <property name="visible">True</property>
 
437
                        <property name="can_focus">False</property>
 
438
                        <property name="use_action_appearance">False</property>
203
439
                        <property name="use_underline">True</property>
204
440
                        <property name="use_stock">True</property>
205
 
                        <signal name="activate" handler="on_open_complete_spreadsheet_activate"/>
 
441
                        <signal name="activate" handler="on_open_complete_spreadsheet_activate" swapped="no"/>
206
442
                      </object>
207
443
                    </child>
208
444
                    <child>
209
445
                      <object class="GtkImageMenuItem" id="open_slack_spreadsheet">
210
446
                        <property name="label">Work/_Slacking stats in Spreadsheet</property>
211
447
                        <property name="visible">True</property>
 
448
                        <property name="can_focus">False</property>
 
449
                        <property name="use_action_appearance">False</property>
212
450
                        <property name="use_underline">True</property>
213
451
                        <property name="use_stock">True</property>
214
 
                        <signal name="activate" handler="on_open_slack_spreadsheet_activate"/>
 
452
                        <signal name="activate" handler="on_open_slack_spreadsheet_activate" swapped="no"/>
215
453
                      </object>
216
454
                    </child>
217
455
                  </object>
221
459
            <child>
222
460
              <object class="GtkMenuItem" id="menuitem4">
223
461
                <property name="visible">True</property>
 
462
                <property name="can_focus">False</property>
 
463
                <property name="use_action_appearance">False</property>
224
464
                <property name="label" translatable="yes">_Help</property>
225
465
                <property name="use_underline">True</property>
226
466
                <child type="submenu">
227
467
                  <object class="GtkMenu" id="menuitem4_menu">
 
468
                    <property name="can_focus">False</property>
228
469
                    <child>
229
470
                      <object class="GtkImageMenuItem" id="about">
230
471
                        <property name="label">gtk-about</property>
231
472
                        <property name="visible">True</property>
 
473
                        <property name="can_focus">False</property>
 
474
                        <property name="use_action_appearance">False</property>
232
475
                        <property name="use_underline">True</property>
233
476
                        <property name="use_stock">True</property>
234
 
                        <signal name="activate" handler="on_about_activate"/>
 
477
                        <signal name="activate" handler="on_about_activate" swapped="no"/>
235
478
                      </object>
236
479
                    </child>
237
480
                    <child>
238
481
                      <object class="GtkMenuItem" id="online_help">
239
482
                        <property name="visible">True</property>
 
483
                        <property name="can_focus">False</property>
240
484
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
485
                        <property name="use_action_appearance">False</property>
241
486
                        <property name="label" translatable="yes">_Online Documentation</property>
242
487
                        <property name="use_underline">True</property>
243
 
                        <signal name="activate" handler="on_online_help_activate"/>
 
488
                        <signal name="activate" handler="on_online_help_activate" swapped="no"/>
244
489
                      </object>
245
490
                    </child>
246
491
                  </object>
259
504
            <property name="visible">True</property>
260
505
            <property name="can_focus">True</property>
261
506
            <property name="position">600</property>
 
507
            <property name="position_set">True</property>
262
508
            <child>
263
 
              <object class="GtkScrolledWindow" id="scrolledwindow1">
 
509
              <object class="GtkVBox" id="vbox3">
264
510
                <property name="visible">True</property>
265
 
                <property name="can_focus">True</property>
266
 
                <property name="hscrollbar_policy">automatic</property>
267
 
                <property name="vscrollbar_policy">automatic</property>
268
 
                <property name="shadow_type">in</property>
269
 
                <child>
270
 
                  <object class="GtkTextView" id="log_view">
 
511
                <property name="can_focus">False</property>
 
512
                <child>
 
513
                  <object class="GtkToolbar" id="toolbar">
 
514
                    <property name="visible">True</property>
 
515
                    <property name="can_focus">False</property>
 
516
                    <child>
 
517
                      <object class="GtkToolButton" id="back_toolbutton">
 
518
                        <property name="visible">True</property>
 
519
                        <property name="can_focus">False</property>
 
520
                        <property name="use_action_appearance">False</property>
 
521
                        <property name="label" translatable="yes">Back</property>
 
522
                        <property name="use_underline">True</property>
 
523
                        <property name="stock_id">gtk-go-back</property>
 
524
                        <accelerator key="Left" signal="clicked" modifiers="GDK_MOD1_MASK"/>
 
525
                        <signal name="clicked" handler="on_back_toolbutton_clicked" swapped="no"/>
 
526
                      </object>
 
527
                      <packing>
 
528
                        <property name="expand">False</property>
 
529
                        <property name="homogeneous">True</property>
 
530
                      </packing>
 
531
                    </child>
 
532
                    <child>
 
533
                      <object class="GtkToolItem" id="time_label_toolbutton">
 
534
                        <property name="visible">True</property>
 
535
                        <property name="can_focus">False</property>
 
536
                        <property name="use_action_appearance">False</property>
 
537
                        <child>
 
538
                          <object class="GtkLabel" id="current_view_label">
 
539
                            <property name="visible">True</property>
 
540
                            <property name="can_focus">False</property>
 
541
                            <property name="xpad">6</property>
 
542
                            <property name="label" translatable="yes">Tuesday, 2012-01-31 (week 05)</property>
 
543
                          </object>
 
544
                        </child>
 
545
                      </object>
 
546
                      <packing>
 
547
                        <property name="expand">True</property>
 
548
                        <property name="homogeneous">True</property>
 
549
                      </packing>
 
550
                    </child>
 
551
                    <child>
 
552
                      <object class="GtkToolButton" id="forward_toolbutton">
 
553
                        <property name="visible">True</property>
 
554
                        <property name="can_focus">False</property>
 
555
                        <property name="use_action_appearance">False</property>
 
556
                        <property name="label" translatable="yes">Forward</property>
 
557
                        <property name="use_underline">True</property>
 
558
                        <property name="stock_id">gtk-go-forward</property>
 
559
                        <accelerator key="Right" signal="clicked" modifiers="GDK_MOD1_MASK"/>
 
560
                        <signal name="clicked" handler="on_forward_toolbutton_clicked" swapped="no"/>
 
561
                      </object>
 
562
                      <packing>
 
563
                        <property name="expand">False</property>
 
564
                        <property name="homogeneous">True</property>
 
565
                      </packing>
 
566
                    </child>
 
567
                    <child>
 
568
                      <object class="GtkToolButton" id="today_toolbutton">
 
569
                        <property name="visible">True</property>
 
570
                        <property name="can_focus">False</property>
 
571
                        <property name="tooltip_text" translatable="yes">Today</property>
 
572
                        <property name="use_action_appearance">False</property>
 
573
                        <property name="label" translatable="yes">toolbutton2</property>
 
574
                        <property name="use_underline">True</property>
 
575
                        <property name="stock_id">gtk-goto-last</property>
 
576
                        <accelerator key="Home" signal="clicked" modifiers="GDK_MOD1_MASK"/>
 
577
                        <signal name="clicked" handler="on_today_toolbutton_clicked" swapped="no"/>
 
578
                      </object>
 
579
                      <packing>
 
580
                        <property name="expand">False</property>
 
581
                        <property name="homogeneous">True</property>
 
582
                      </packing>
 
583
                    </child>
 
584
                  </object>
 
585
                  <packing>
 
586
                    <property name="expand">False</property>
 
587
                    <property name="fill">True</property>
 
588
                    <property name="position">0</property>
 
589
                  </packing>
 
590
                </child>
 
591
                <child>
 
592
                  <object class="GtkScrolledWindow" id="scrolledwindow1">
271
593
                    <property name="visible">True</property>
272
594
                    <property name="can_focus">True</property>
273
 
                    <property name="pixels_above_lines">2</property>
274
 
                    <property name="editable">False</property>
275
 
                    <property name="wrap_mode">word</property>
276
 
                    <property name="left_margin">2</property>
277
 
                    <property name="right_margin">2</property>
 
595
                    <property name="shadow_type">in</property>
 
596
                    <child>
 
597
                      <object class="GtkTextView" id="log_view">
 
598
                        <property name="visible">True</property>
 
599
                        <property name="can_focus">True</property>
 
600
                        <property name="pixels_above_lines">2</property>
 
601
                        <property name="editable">False</property>
 
602
                        <property name="wrap_mode">word</property>
 
603
                        <property name="left_margin">2</property>
 
604
                        <property name="right_margin">2</property>
 
605
                      </object>
 
606
                    </child>
278
607
                  </object>
 
608
                  <packing>
 
609
                    <property name="expand">True</property>
 
610
                    <property name="fill">True</property>
 
611
                    <property name="position">1</property>
 
612
                  </packing>
279
613
                </child>
280
614
              </object>
281
615
              <packing>
286
620
            <child>
287
621
              <object class="GtkVBox" id="task_list_pane">
288
622
                <property name="visible">True</property>
 
623
                <property name="can_focus">False</property>
289
624
                <property name="spacing">6</property>
290
625
                <child>
291
 
                  <object class="GtkHBox" id="task_list_pane_hack_hbox">
292
 
                    <property name="visible">True</property>
293
 
                    <child>
294
 
                      <placeholder/>
295
 
                    </child>
296
 
                  </object>
297
 
                  <packing>
298
 
                    <property name="expand">False</property>
299
 
                    <property name="fill">False</property>
300
 
                    <property name="position">0</property>
301
 
                  </packing>
302
 
                </child>
303
 
                <child>
304
 
                  <object class="GtkHBox" id="task_pane_hbox">
305
 
                    <property name="visible">True</property>
306
 
                    <property name="spacing">6</property>
307
 
                    <child>
308
 
                      <object class="GtkVBox" id="task_list_pane_vbox">
 
626
                  <object class="GtkVBox" id="task_list_pane_outer_vbox">
 
627
                    <property name="visible">True</property>
 
628
                    <property name="can_focus">False</property>
 
629
                    <child>
 
630
                      <object class="GtkToolbar" id="task_pane_toolbar">
309
631
                        <property name="visible">True</property>
310
 
                        <property name="spacing">6</property>
 
632
                        <property name="can_focus">False</property>
311
633
                        <child>
312
 
                          <object class="GtkHBox" id="task_list_pane_heading">
 
634
                          <object class="GtkToolItem" id="toolbutton1">
313
635
                            <property name="visible">True</property>
 
636
                            <property name="can_focus">False</property>
 
637
                            <property name="use_action_appearance">False</property>
314
638
                            <child>
315
639
                              <object class="GtkLabel" id="task_pane_title_label">
316
640
                                <property name="visible">True</property>
 
641
                                <property name="can_focus">False</property>
317
642
                                <property name="xalign">0</property>
318
 
                                <property name="xpad">2</property>
319
 
                                <property name="label" translatable="yes">&lt;b&gt;_Tasks&lt;/b&gt;</property>
 
643
                                <property name="label" translatable="yes">_Tasks</property>
320
644
                                <property name="use_markup">True</property>
321
645
                                <property name="use_underline">True</property>
322
646
                                <property name="mnemonic_widget">task_list</property>
323
647
                              </object>
324
 
                              <packing>
325
 
                                <property name="position">0</property>
326
 
                              </packing>
327
648
                            </child>
 
649
                          </object>
 
650
                          <packing>
 
651
                            <property name="expand">True</property>
 
652
                            <property name="homogeneous">True</property>
 
653
                          </packing>
 
654
                        </child>
 
655
                        <child>
 
656
                          <object class="GtkToolButton" id="task_pane_close_toolbutton">
 
657
                            <property name="visible">True</property>
 
658
                            <property name="can_focus">False</property>
 
659
                            <property name="use_action_appearance">False</property>
 
660
                            <property name="label" translatable="yes">toolbutton2</property>
 
661
                            <property name="use_underline">True</property>
 
662
                            <property name="stock_id">gtk-close</property>
 
663
                            <signal name="clicked" handler="on_task_pane_close_button_activate" swapped="no"/>
 
664
                          </object>
 
665
                          <packing>
 
666
                            <property name="expand">False</property>
 
667
                            <property name="homogeneous">True</property>
 
668
                          </packing>
 
669
                        </child>
 
670
                      </object>
 
671
                      <packing>
 
672
                        <property name="expand">False</property>
 
673
                        <property name="fill">True</property>
 
674
                        <property name="position">0</property>
 
675
                      </packing>
 
676
                    </child>
 
677
                    <child>
 
678
                      <object class="GtkHBox" id="task_pane_hbox">
 
679
                        <property name="visible">True</property>
 
680
                        <property name="can_focus">False</property>
 
681
                        <property name="spacing">6</property>
 
682
                        <child>
 
683
                          <object class="GtkVBox" id="task_list_pane_vbox">
 
684
                            <property name="visible">True</property>
 
685
                            <property name="can_focus">False</property>
 
686
                            <property name="spacing">6</property>
328
687
                            <child>
329
 
                              <object class="GtkButton" id="task_pane_close_button">
 
688
                              <object class="GtkScrolledWindow" id="scrolledwindow2">
330
689
                                <property name="visible">True</property>
331
690
                                <property name="can_focus">True</property>
332
 
                                <property name="receives_default">True</property>
333
 
                                <property name="relief">none</property>
334
 
                                <signal name="clicked" handler="on_task_pane_close_button_activate"/>
 
691
                                <property name="shadow_type">in</property>
335
692
                                <child>
336
 
                                  <object class="GtkImage" id="task_pane_close_button_image">
 
693
                                  <object class="GtkTreeView" id="task_list">
337
694
                                    <property name="visible">True</property>
338
 
                                    <property name="stock">gtk-close</property>
339
 
                                    <property name="icon-size">1</property>
 
695
                                    <property name="can_focus">True</property>
 
696
                                    <property name="headers_visible">False</property>
340
697
                                  </object>
341
698
                                </child>
342
699
                              </object>
343
700
                              <packing>
 
701
                                <property name="expand">True</property>
 
702
                                <property name="fill">True</property>
 
703
                                <property name="position">1</property>
 
704
                              </packing>
 
705
                            </child>
 
706
                            <child>
 
707
                              <object class="GtkLabel" id="task_pane_info_label">
 
708
                                <property name="can_focus">False</property>
 
709
                                <property name="label" translatable="yes">Downloading tasks...</property>
 
710
                              </object>
 
711
                              <packing>
344
712
                                <property name="expand">False</property>
345
 
                                <property name="position">1</property>
 
713
                                <property name="fill">False</property>
 
714
                                <property name="position">2</property>
346
715
                              </packing>
347
716
                            </child>
348
717
                          </object>
349
718
                          <packing>
350
 
                            <property name="expand">False</property>
 
719
                            <property name="expand">True</property>
 
720
                            <property name="fill">True</property>
351
721
                            <property name="position">0</property>
352
722
                          </packing>
353
723
                        </child>
354
724
                        <child>
355
 
                          <object class="GtkScrolledWindow" id="scrolledwindow2">
 
725
                          <object class="GtkVBox" id="task_list_pane_hack_vbox">
356
726
                            <property name="visible">True</property>
357
 
                            <property name="can_focus">True</property>
358
 
                            <property name="hscrollbar_policy">automatic</property>
359
 
                            <property name="vscrollbar_policy">automatic</property>
360
 
                            <property name="shadow_type">in</property>
 
727
                            <property name="can_focus">False</property>
361
728
                            <child>
362
 
                              <object class="GtkTreeView" id="task_list">
363
 
                                <property name="visible">True</property>
364
 
                                <property name="can_focus">True</property>
365
 
                                <property name="headers_visible">False</property>
366
 
                              </object>
 
729
                              <placeholder/>
367
730
                            </child>
368
731
                          </object>
369
732
                          <packing>
 
733
                            <property name="expand">False</property>
 
734
                            <property name="fill">False</property>
370
735
                            <property name="position">1</property>
371
736
                          </packing>
372
737
                        </child>
373
 
                        <child>
374
 
                          <object class="GtkLabel" id="task_pane_info_label">
375
 
                            <property name="label" translatable="yes">Downloading tasks...</property>
376
 
                          </object>
377
 
                          <packing>
378
 
                            <property name="expand">False</property>
379
 
                            <property name="fill">False</property>
380
 
                            <property name="position">2</property>
381
 
                          </packing>
382
 
                        </child>
383
 
                      </object>
384
 
                      <packing>
385
 
                        <property name="position">0</property>
386
 
                      </packing>
387
 
                    </child>
388
 
                    <child>
389
 
                      <object class="GtkVBox" id="task_list_pane_hack_vbox">
390
 
                        <property name="visible">True</property>
391
 
                        <child>
392
 
                          <placeholder/>
393
 
                        </child>
394
 
                      </object>
395
 
                      <packing>
396
 
                        <property name="expand">False</property>
397
 
                        <property name="fill">False</property>
 
738
                      </object>
 
739
                      <packing>
 
740
                        <property name="expand">True</property>
 
741
                        <property name="fill">True</property>
398
742
                        <property name="position">1</property>
399
743
                      </packing>
400
744
                    </child>
401
745
                  </object>
402
746
                  <packing>
403
 
                    <property name="position">1</property>
 
747
                    <property name="expand">True</property>
 
748
                    <property name="fill">True</property>
 
749
                    <property name="position">0</property>
404
750
                  </packing>
405
751
                </child>
406
752
              </object>
407
753
              <packing>
408
 
                <property name="resize">False</property>
409
 
                <property name="shrink">True</property>
 
754
                <property name="resize">True</property>
 
755
                <property name="shrink">False</property>
410
756
              </packing>
411
757
            </child>
412
758
          </object>
413
759
          <packing>
414
 
            <property name="position">1</property>
 
760
            <property name="expand">True</property>
 
761
            <property name="fill">True</property>
 
762
            <property name="position">2</property>
415
763
          </packing>
416
764
        </child>
417
765
        <child>
418
766
          <object class="GtkHBox" id="hbox1">
419
767
            <property name="visible">True</property>
 
768
            <property name="can_focus">False</property>
420
769
            <property name="border_width">4</property>
421
770
            <property name="spacing">4</property>
422
771
            <child>
423
772
              <object class="GtkLabel" id="time_label">
424
773
                <property name="visible">True</property>
 
774
                <property name="can_focus">False</property>
425
775
                <property name="label" translatable="yes">00:12</property>
426
776
                <property name="mnemonic_widget">task_entry</property>
427
777
              </object>
439
789
                <property name="activates_default">True</property>
440
790
              </object>
441
791
              <packing>
 
792
                <property name="expand">True</property>
 
793
                <property name="fill">True</property>
442
794
                <property name="position">1</property>
443
795
              </packing>
444
796
            </child>
450
802
                <property name="can_default">True</property>
451
803
                <property name="has_default">True</property>
452
804
                <property name="receives_default">False</property>
 
805
                <property name="use_action_appearance">False</property>
453
806
                <property name="relief">half</property>
454
807
                <property name="use_underline">True</property>
455
808
                <property name="focus_on_click">False</property>
463
816
          </object>
464
817
          <packing>
465
818
            <property name="expand">False</property>
466
 
            <property name="position">2</property>
467
 
          </packing>
468
 
        </child>
469
 
      </object>
470
 
    </child>
471
 
  </object>
472
 
  <object class="GtkDialog" id="about_dialog">
473
 
    <property name="title" translatable="yes">About TimeLog</property>
474
 
    <property name="window_position">center</property>
475
 
    <property name="type_hint">dialog</property>
476
 
    <child internal-child="vbox">
477
 
      <object class="GtkVBox" id="dialog-vbox1">
478
 
        <property name="visible">True</property>
479
 
        <child>
480
 
          <object class="GtkVBox" id="vbox2">
481
 
            <property name="visible">True</property>
482
 
            <property name="border_width">16</property>
483
 
            <child>
484
 
              <object class="GtkLabel" id="about_text">
485
 
                <property name="visible">True</property>
486
 
                <property name="label" translatable="yes">&lt;span weight="bold" size="xx-large"&gt;GTimeLog v%(version)s&lt;/span&gt;
487
 
 
488
 
GTimeLog is a time tracking application.
489
 
 
490
 
&lt;small&gt;© 2004–2011 Marius Gedminas and contributors&lt;/small&gt;</property>
491
 
                <property name="use_markup">True</property>
492
 
                <property name="justify">center</property>
493
 
              </object>
494
 
              <packing>
495
 
                <property name="padding">16</property>
496
 
                <property name="position">0</property>
497
 
              </packing>
498
 
            </child>
499
 
          </object>
500
 
          <packing>
501
 
            <property name="position">2</property>
502
 
          </packing>
503
 
        </child>
504
 
        <child internal-child="action_area">
505
 
          <object class="GtkHButtonBox" id="dialog-action_area1">
506
 
            <property name="visible">True</property>
507
 
            <property name="layout_style">end</property>
508
 
            <child>
509
 
              <object class="GtkButton" id="ok_button">
510
 
                <property name="label">gtk-ok</property>
511
 
                <property name="visible">True</property>
512
 
                <property name="can_focus">True</property>
513
 
                <property name="can_default">True</property>
514
 
                <property name="receives_default">False</property>
515
 
                <property name="use_stock">True</property>
516
 
              </object>
517
 
              <packing>
518
 
                <property name="expand">False</property>
519
 
                <property name="fill">False</property>
520
 
                <property name="position">0</property>
521
 
              </packing>
522
 
            </child>
523
 
          </object>
524
 
          <packing>
525
 
            <property name="expand">False</property>
526
 
            <property name="pack_type">end</property>
527
 
            <property name="position">0</property>
528
 
          </packing>
529
 
        </child>
530
 
      </object>
531
 
    </child>
532
 
    <action-widgets>
533
 
      <action-widget response="-5">ok_button</action-widget>
534
 
    </action-widgets>
535
 
  </object>
536
 
  <object class="GtkDialog" id="calendar_dialog">
537
 
    <property name="title" translatable="yes">Choose a Date</property>
538
 
    <property name="window_position">mouse</property>
539
 
    <property name="type_hint">dialog</property>
540
 
    <child internal-child="vbox">
541
 
      <object class="GtkVBox" id="dialog-vbox2">
542
 
        <property name="visible">True</property>
543
 
        <child>
544
 
          <object class="GtkCalendar" id="calendar">
545
 
            <property name="visible">True</property>
546
 
            <property name="can_focus">True</property>
547
 
            <property name="show_week_numbers">True</property>
548
 
          </object>
549
 
          <packing>
550
 
            <property name="position">2</property>
551
 
          </packing>
552
 
        </child>
553
 
        <child internal-child="action_area">
554
 
          <object class="GtkHButtonBox" id="dialog-action_area2">
555
 
            <property name="visible">True</property>
556
 
            <property name="layout_style">end</property>
557
 
            <child>
558
 
              <object class="GtkButton" id="cancelbutton1">
559
 
                <property name="label">gtk-cancel</property>
560
 
                <property name="visible">True</property>
561
 
                <property name="can_focus">True</property>
562
 
                <property name="can_default">True</property>
563
 
                <property name="receives_default">False</property>
564
 
                <property name="use_stock">True</property>
565
 
              </object>
566
 
              <packing>
567
 
                <property name="expand">False</property>
568
 
                <property name="fill">False</property>
569
 
                <property name="position">0</property>
570
 
              </packing>
571
 
            </child>
572
 
            <child>
573
 
              <object class="GtkButton" id="okbutton1">
574
 
                <property name="label">gtk-ok</property>
575
 
                <property name="visible">True</property>
576
 
                <property name="can_focus">True</property>
577
 
                <property name="can_default">True</property>
578
 
                <property name="has_default">True</property>
579
 
                <property name="receives_default">False</property>
580
 
                <property name="use_stock">True</property>
581
 
              </object>
582
 
              <packing>
583
 
                <property name="expand">False</property>
584
 
                <property name="fill">False</property>
585
 
                <property name="position">1</property>
586
 
              </packing>
587
 
            </child>
588
 
          </object>
589
 
          <packing>
590
 
            <property name="expand">False</property>
591
 
            <property name="pack_type">end</property>
592
 
            <property name="position">0</property>
593
 
          </packing>
594
 
        </child>
595
 
      </object>
596
 
    </child>
597
 
    <action-widgets>
598
 
      <action-widget response="-6">cancelbutton1</action-widget>
599
 
      <action-widget response="-5">okbutton1</action-widget>
600
 
    </action-widgets>
 
819
            <property name="fill">True</property>
 
820
            <property name="position">3</property>
 
821
          </packing>
 
822
        </child>
 
823
      </object>
 
824
    </child>
601
825
  </object>
602
826
  <object class="GtkMenu" id="task_list_popup_menu">
 
827
    <property name="can_focus">False</property>
603
828
    <child>
604
829
      <object class="GtkImageMenuItem" id="task_list_reload">
605
830
        <property name="label">gtk-refresh</property>
606
831
        <property name="visible">True</property>
 
832
        <property name="can_focus">False</property>
 
833
        <property name="use_action_appearance">False</property>
607
834
        <property name="use_underline">True</property>
608
835
        <property name="use_stock">True</property>
609
 
        <signal name="activate" handler="on_task_list_reload"/>
 
836
        <signal name="activate" handler="on_task_list_reload" swapped="no"/>
610
837
      </object>
611
838
    </child>
612
839
    <child>
613
840
      <object class="GtkImageMenuItem" id="task_list_edit">
614
841
        <property name="label">gtk-edit</property>
615
842
        <property name="visible">True</property>
 
843
        <property name="can_focus">False</property>
 
844
        <property name="use_action_appearance">False</property>
616
845
        <property name="use_underline">True</property>
617
846
        <property name="use_stock">True</property>
618
 
        <signal name="activate" handler="on_task_list_edit"/>
 
847
        <signal name="activate" handler="on_task_list_edit" swapped="no"/>
619
848
      </object>
620
849
    </child>
621
850
  </object>
622
851
  <object class="GtkMenu" id="tray_icon_popup_menu">
 
852
    <property name="can_focus">False</property>
623
853
    <child>
624
854
      <object class="GtkMenuItem" id="tray_hide">
625
855
        <property name="visible">True</property>
 
856
        <property name="can_focus">False</property>
 
857
        <property name="use_action_appearance">False</property>
626
858
        <property name="label" translatable="yes">_Hide</property>
627
859
        <property name="use_underline">True</property>
628
 
        <signal name="activate" handler="on_hide_activate"/>
 
860
        <signal name="activate" handler="on_hide_activate" swapped="no"/>
629
861
      </object>
630
862
    </child>
631
863
    <child>
632
864
      <object class="GtkMenuItem" id="tray_show">
633
865
        <property name="visible">True</property>
 
866
        <property name="can_focus">False</property>
 
867
        <property name="use_action_appearance">False</property>
634
868
        <property name="label" translatable="yes">_Show</property>
635
869
        <property name="use_underline">True</property>
636
 
        <signal name="activate" handler="on_show_activate"/>
 
870
        <signal name="activate" handler="on_show_activate" swapped="no"/>
637
871
      </object>
638
872
    </child>
639
873
    <child>
640
874
      <object class="GtkImageMenuItem" id="popup_quit">
641
875
        <property name="label">gtk-quit</property>
642
876
        <property name="visible">True</property>
643
 
        <property name="use_underline">True</property>
644
 
        <property name="use_stock">True</property>
645
 
        <signal name="activate" handler="on_quit_activate"/>
646
 
      </object>
647
 
    </child>
648
 
  </object>
649
 
  <object class="GtkMenu" id="app_indicator_menu">
650
 
    <child>
651
 
      <object class="GtkCheckMenuItem" id="appind_show">
652
 
        <property name="visible">True</property>
653
 
        <property name="label" translatable="yes">_Show GTimeLog</property>
654
 
        <property name="use_underline">True</property>
655
 
        <signal name="activate" handler="on_toggle_visible"/>
656
 
      </object>
657
 
    </child>
658
 
    <child>
659
 
      <object class="GtkSeparatorMenuItem" id="appind_separator1">
660
 
        <property name="visible">True</property>
661
 
      </object>
662
 
    </child>
663
 
    <child>
664
 
      <object class="GtkImageMenuItem" id="appind_quit">
665
 
        <property name="label">gtk-quit</property>
666
 
        <property name="visible">True</property>
667
 
        <property name="use_underline">True</property>
668
 
        <property name="use_stock">True</property>
669
 
        <signal name="activate" handler="on_quit_activate"/>
 
877
        <property name="can_focus">False</property>
 
878
        <property name="use_action_appearance">False</property>
 
879
        <property name="use_underline">True</property>
 
880
        <property name="use_stock">True</property>
 
881
        <signal name="activate" handler="on_quit_activate" swapped="no"/>
670
882
      </object>
671
883
    </child>
672
884
  </object>