adding a space in gc window

This commit is contained in:
Nikos Kouremenos 2005-04-23 18:04:11 +00:00
parent b217347c46
commit 1c70652031
2 changed files with 2 additions and 1 deletions

View File

@ -7968,7 +7968,7 @@ Custom</property>
<widget class="GtkVBox" id="vbox27">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<property name="spacing">2</property>
<child>
<widget class="GtkHBox" id="hbox36">

View File

@ -526,6 +526,7 @@ class Roster_window:
account = model.get_value(iter, 4)
menu = gtk.Menu()
item = gtk.MenuItem(_('Log on'))
#FIXME: what about error?
if self.contacts[account][jid][0].show != 'offline':
item.set_sensitive(False)
menu.append(item)