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

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2006-05-26 17:19:52 +0400
committerYann Leboulanger <asterix@lagaule.org>2006-05-26 17:19:52 +0400
commit3e1dd88ee0a69a0b9fec9c73da7ffd35858885ea (patch)
tree3e586a6b2ae2c70934491d808a3c3a8eec6537db /data/glade
parentd174cf89c7a2f9ee94e1b6f4f32d79f96214b28d (diff)
we can now save avatars on HD where we want (right click on image). Fixes #1817
Diffstat (limited to 'data/glade')
-rw-r--r--data/glade/vcard_information_window.glade19
1 files changed, 14 insertions, 5 deletions
diff --git a/data/glade/vcard_information_window.glade b/data/glade/vcard_information_window.glade
index f33143daf..de8069b69 100644
--- a/data/glade/vcard_information_window.glade
+++ b/data/glade/vcard_information_window.glade
@@ -17,6 +17,7 @@
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
+ <property name="urgency_hint">False</property>
<signal name="destroy" handler="on_vcard_information_window_destroy" last_modification_time="Sun, 24 Jul 2005 19:35:15 GMT"/>
<signal name="key_press_event" handler="on_vcard_information_window_key_press_event" last_modification_time="Thu, 07 Apr 2005 10:06:13 GMT"/>
@@ -2321,12 +2322,20 @@
<property name="spacing">0</property>
<child>
- <widget class="GtkImage" id="PHOTO_image">
+ <widget class="GtkEventBox" id="PHOTO_eventbox">
<property name="visible">True</property>
- <property name="xalign">0.5</property>
- <property name="yalign">0.5</property>
- <property name="xpad">0</property>
- <property name="ypad">0</property>
+ <property name="visible_window">True</property>
+ <property name="above_child">False</property>
+
+ <child>
+ <widget class="GtkImage" id="PHOTO_image">
+ <property name="visible">True</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>
<packing>
<property name="padding">0</property>