Welcome to mirror list, hosted at ThFree Co, Russian Federation.

subscription_request_popup_menu.glade « glade « data - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3290d32375d1a0cdab24814f1b3d9a7f7d5902f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">

<glade-interface>

<widget class="GtkMenu" id="subscription_request_popup_menu">

  <child>
    <widget class="GtkImageMenuItem" id="start_chat_menuitem">
      <property name="visible">True</property>
      <property name="label" translatable="yes">_Start Chat</property>
      <property name="use_underline">True</property>
      <signal name="activate" handler="on_start_chat_activate" last_modification_time="Sun, 01 Oct 2006 16:49:43 GMT"/>

      <child internal-child="image">
	<widget class="GtkImage" id="image1">
	  <property name="visible">True</property>
	  <property name="stock">gtk-jump-to</property>
	  <property name="icon_size">1</property>
	  <property name="xalign">0.5</property>
	  <property name="yalign">0.5</property>
	  <property name="xpad">0</property>
	  <property name="ypad">0</property>
	</widget>
      </child>
    </widget>
  </child>

  <child>
    <widget class="GtkImageMenuItem" id="information_menuitem">
      <property name="visible">True</property>
      <property name="label">gtk-info</property>
      <property name="use_stock">True</property>
      <signal name="activate" handler="on_contact_info_activate" last_modification_time="Sun, 01 Oct 2006 16:49:43 GMT"/>
    </widget>
  </child>
</widget>

</glade-interface>