adhere to coding standard
This commit is contained in:
parent
3abd6c3f56
commit
12a1d9e276
|
@ -506,7 +506,7 @@ class ErrorDialog(HigDialog):
|
|||
)
|
||||
|
||||
|
||||
class Subscription_request_window:
|
||||
class SubscriptionRequestWindow:
|
||||
def __init__(self, plugin, jid, text, account):
|
||||
xml = gtk.glade.XML(GTKGUI_GLADE, 'subscription_request_window', APP)
|
||||
self.window = xml.get_widget('subscription_request_window')
|
||||
|
|
|
@ -429,7 +429,7 @@ class Interface:
|
|||
|
||||
def handle_event_subscribe(self, account, array):
|
||||
#('SUBSCRIBE', account, (jid, text))
|
||||
dialogs.Subscription_request_window(self, array[0], array[1], account)
|
||||
dialogs.SubscriptionRequestWindow(self, array[0], array[1], account)
|
||||
|
||||
def handle_event_subscribed(self, account, array):
|
||||
#('SUBSCRIBED', account, (jid, resource))
|
||||
|
|
Loading…
Reference in New Issue