This commit is contained in:
Nikos Kouremenos 2005-03-08 21:56:40 +00:00
parent 0707f392ec
commit 62560801aa
2 changed files with 10 additions and 10 deletions

View File

@ -569,8 +569,8 @@ Copyright © 2003-2005 Gajim Team
<b>Gajim Team</b>
Vincent Hanquez (tab@snarc.org)
Yann Le Boulanger (asterix@lagaule.org)
Nikos Kouremenos (nkour@jabber.org)
Alex Podaras (bigpod@jabber.org)</property>
Nikos Kouremenos (kourem@gmail.com)
Alex Podaras (bigpod@gmail.com)</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -3061,7 +3061,7 @@ on the server as a vCard</property>
<widget class="GtkWindow" id="preferences_window">
<property name="border_width">4</property>
<property name="width_request">445</property>
<property name="width_request">490</property>
<property name="height_request">530</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Preferences</property>
@ -3168,7 +3168,7 @@ on the server as a vCard</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
@ -3226,7 +3226,7 @@ on the server as a vCard</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
@ -3581,7 +3581,7 @@ on the server as a vCard</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
@ -3675,8 +3675,8 @@ on the server as a vCard</property>
<child>
<widget class="GtkImage" id="image173">
<property name="visible">True</property>
<property name="stock">gtk-select-color</property>
<property name="icon_size">2</property>
<property name="stock">gtk-justify-center</property>
<property name="icon_size">4</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
@ -3692,7 +3692,7 @@ on the server as a vCard</property>
<child>
<widget class="GtkLabel" id="label74">
<property name="visible">True</property>
<property name="label" translatable="yes">Look</property>
<property name="label" translatable="yes">General</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>

View File

@ -717,7 +717,7 @@ class tabbed_chat_window:
index = url_end # update index
#conversation_buffer.insert(end_iter, otext[end:])
print 'adding the rest of the text in', index, 'and after'
#print 'adding the rest of the text in', index, 'and after'
conversation_buffer.insert(end_iter, otext[index:])
'''