From 62560801aa18ee2f4a5fde5a67238d7d2ff8f15e Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 8 Mar 2005 21:56:40 +0000 Subject: [PATCH] fixes --- plugins/gtkgui/gtkgui.glade | 18 +++++++++--------- plugins/gtkgui/gtkgui.py | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins/gtkgui/gtkgui.glade b/plugins/gtkgui/gtkgui.glade index 721788054..a582e4be8 100644 --- a/plugins/gtkgui/gtkgui.glade +++ b/plugins/gtkgui/gtkgui.glade @@ -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) +Nikos Kouremenos (kourem@gmail.com) +Alex Podaras (bigpod@gmail.com) False True GTK_JUSTIFY_LEFT @@ -3061,7 +3061,7 @@ on the server as a vCard 4 - 445 + 490 530 True Preferences @@ -3168,7 +3168,7 @@ on the server as a vCard 0 - True + False True @@ -3226,7 +3226,7 @@ on the server as a vCard 0 - True + False True @@ -3581,7 +3581,7 @@ on the server as a vCard 0 - True + False True @@ -3675,8 +3675,8 @@ on the server as a vCard True - gtk-select-color - 2 + gtk-justify-center + 4 0.5 0.5 0 @@ -3692,7 +3692,7 @@ on the server as a vCard True - Look + General False False GTK_JUSTIFY_LEFT diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py index bc78dff6a..768446fcb 100644 --- a/plugins/gtkgui/gtkgui.py +++ b/plugins/gtkgui/gtkgui.py @@ -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:]) '''