2009-09-17 14:48:15 +02:00
|
|
|
<?xml version="1.0"?>
|
2007-08-24 01:42:31 +02:00
|
|
|
<glade-interface>
|
2009-09-17 14:48:15 +02:00
|
|
|
<!-- interface-requires gtk+ 2.14 -->
|
|
|
|
<!-- interface-naming-policy toplevel-contextual -->
|
2007-08-24 01:42:31 +02:00
|
|
|
<widget class="GtkMessageDialog" id="voip_call_received_messagedialog">
|
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
|
|
<property name="border_width">5</property>
|
|
|
|
<property name="resizable">False</property>
|
2009-09-17 14:48:15 +02:00
|
|
|
<property name="window_position">center-on-parent</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
2007-08-24 01:42:31 +02:00
|
|
|
<property name="skip_taskbar_hint">True</property>
|
2009-09-17 14:48:15 +02:00
|
|
|
<property name="message_type">question</property>
|
|
|
|
<property name="buttons">yes-no</property>
|
2007-08-24 01:42:31 +02:00
|
|
|
<property name="text"><b><big>Incoming call</big></b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="secondary_text">%(contact)s wants to start a voice chat with you. Do you want to answer the call?</property>
|
|
|
|
<signal name="close" handler="on_voip_call_received_messagedialog_close"/>
|
|
|
|
<signal name="response" handler="on_voip_call_received_messagedialog_response"/>
|
|
|
|
<child internal-child="vbox">
|
2009-09-17 14:48:15 +02:00
|
|
|
<widget class="GtkVBox" id="dialog-vbox4">
|
2007-08-24 01:42:31 +02:00
|
|
|
<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="spacing">2</property>
|
|
|
|
<child internal-child="action_area">
|
2009-09-17 14:48:15 +02:00
|
|
|
<widget class="GtkHButtonBox" id="dialog-action_area4">
|
2007-08-24 01:42:31 +02:00
|
|
|
<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>
|
2009-09-17 14:48:15 +02:00
|
|
|
<property name="layout_style">end</property>
|
2007-08-24 01:42:31 +02:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2009-09-17 14:48:15 +02:00
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
2007-08-24 01:42:31 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</glade-interface>
|