|
Revision 7019, 1.4 kB
(checked in by asterix, 2 years ago)
|
|
[Timur]add an action button in subscription_request_window ti start a chat directly from there.
|
| Line | |
|---|
| 1 | <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> |
|---|
| 2 | <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> |
|---|
| 3 | |
|---|
| 4 | <glade-interface> |
|---|
| 5 | |
|---|
| 6 | <widget class="GtkMenu" id="subscription_request_popup_menu"> |
|---|
| 7 | |
|---|
| 8 | <child> |
|---|
| 9 | <widget class="GtkImageMenuItem" id="start_chat_menuitem"> |
|---|
| 10 | <property name="visible">True</property> |
|---|
| 11 | <property name="label" translatable="yes">_Start Chat</property> |
|---|
| 12 | <property name="use_underline">True</property> |
|---|
| 13 | <signal name="activate" handler="on_start_chat_activate" last_modification_time="Sun, 01 Oct 2006 16:49:43 GMT"/> |
|---|
| 14 | |
|---|
| 15 | <child internal-child="image"> |
|---|
| 16 | <widget class="GtkImage" id="image1"> |
|---|
| 17 | <property name="visible">True</property> |
|---|
| 18 | <property name="stock">gtk-jump-to</property> |
|---|
| 19 | <property name="icon_size">1</property> |
|---|
| 20 | <property name="xalign">0.5</property> |
|---|
| 21 | <property name="yalign">0.5</property> |
|---|
| 22 | <property name="xpad">0</property> |
|---|
| 23 | <property name="ypad">0</property> |
|---|
| 24 | </widget> |
|---|
| 25 | </child> |
|---|
| 26 | </widget> |
|---|
| 27 | </child> |
|---|
| 28 | |
|---|
| 29 | <child> |
|---|
| 30 | <widget class="GtkImageMenuItem" id="information_menuitem"> |
|---|
| 31 | <property name="visible">True</property> |
|---|
| 32 | <property name="label">gtk-info</property> |
|---|
| 33 | <property name="use_stock">True</property> |
|---|
| 34 | <signal name="activate" handler="on_contact_info_activate" last_modification_time="Sun, 01 Oct 2006 16:49:43 GMT"/> |
|---|
| 35 | </widget> |
|---|
| 36 | </child> |
|---|
| 37 | </widget> |
|---|
| 38 | |
|---|
| 39 | </glade-interface> |
|---|