adding a space in gc window
This commit is contained in:
parent
b217347c46
commit
1c70652031
|
@ -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">
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue