2008-04-04 00:50:03 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
|
|
|
<!--*- mode: xml -*-->
|
2007-03-31 11:09:16 +02:00
|
|
|
<glade-interface>
|
2008-04-04 00:50:03 +02:00
|
|
|
<widget class="GtkDialog" id="change_activity_dialog">
|
|
|
|
<property name="border_width">6</property>
|
|
|
|
<property name="title" translatable="yes">Set Activity</property>
|
|
|
|
<property name="default_width">270</property>
|
|
|
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
|
|
|
|
<signal name="key_press_event" handler="on_change_status_message_dialog_key_press_event"/>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<widget class="GtkVBox" id="dialog-vbox5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkTable" id="table1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
|
|
<property name="n_rows">3</property>
|
|
|
|
<property name="n_columns">2</property>
|
|
|
|
<property name="column_spacing">6</property>
|
|
|
|
<property name="row_spacing">6</property>
|
|
|
|
<child>
|
2008-04-07 13:17:33 +02:00
|
|
|
<widget class="GtkLabel" id="label4">
|
2008-04-04 00:50:03 +02:00
|
|
|
<property name="visible">True</property>
|
2008-04-07 13:17:33 +02:00
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
|
|
<property name="label" translatable="yes">Message:</property>
|
2008-04-04 00:50:03 +02:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2008-04-07 13:17:33 +02:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options">GTK_FILL</property>
|
2008-04-04 00:50:03 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2008-04-07 13:17:33 +02:00
|
|
|
<widget class="GtkLabel" id="label3">
|
2008-04-04 00:50:03 +02:00
|
|
|
<property name="visible">True</property>
|
2008-04-07 13:17:33 +02:00
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
|
|
<property name="label" translatable="yes">Specific:</property>
|
2008-04-04 00:50:03 +02:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2008-04-07 13:17:33 +02:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options">GTK_FILL</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
|
|
<property name="label" translatable="yes">General:</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options">GTK_FILL</property>
|
2008-04-04 00:50:03 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="description_entry">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2008-04-07 13:17:33 +02:00
|
|
|
<widget class="GtkComboBox" id="subactivity_combobox">
|
2008-04-04 00:50:03 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2008-04-07 13:17:33 +02:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2008-04-04 00:50:03 +02:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2008-04-07 13:17:33 +02:00
|
|
|
<property name="y_options"></property>
|
2008-04-04 00:50:03 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2008-04-07 13:17:33 +02:00
|
|
|
<widget class="GtkComboBox" id="activity_combobox">
|
2008-04-04 00:50:03 +02:00
|
|
|
<property name="visible">True</property>
|
2008-04-07 13:17:33 +02:00
|
|
|
<signal name="changed" handler="on_activity_combobox_changed"/>
|
2008-04-04 00:50:03 +02:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2008-04-07 13:17:33 +02:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="y_options"></property>
|
2008-04-04 00:50:03 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<widget class="GtkHButtonBox" id="dialog-action_area">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="cancel_button">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="label">gtk-cancel</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="response_id">-6</property>
|
|
|
|
<signal name="clicked" handler="on_cancel_button_clicked"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="ok_button">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="has_default">True</property>
|
|
|
|
<property name="label">gtk-ok</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="response_id">-5</property>
|
|
|
|
<signal name="clicked" handler="on_ok_button_clicked"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="pack_type">GTK_PACK_END</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2007-03-31 11:09:16 +02:00
|
|
|
</glade-interface>
|