UrlShortenerPlugin. coding style

This commit is contained in:
Denis Fomin
2013-08-15 12:27:51 +04:00
parent b0fc66bda9
commit f65f9d3bf1
3 changed files with 6 additions and 13 deletions

View File

@@ -56,7 +56,7 @@ class Base(object):
self.create_buttons()
def create_buttons(self):
# create juick button
# create /me button
actions_hbox = self.chat_control.xml.get_object('actions_hbox')
self.button = Gtk.Button(label=None, stock=None, use_underline=True)
self.button.set_property('relief', Gtk.ReliefStyle.NONE)