adhere to coding standard

This commit is contained in:
Nikos Kouremenos 2005-06-13 10:48:07 +00:00
parent 3abd6c3f56
commit 12a1d9e276
2 changed files with 2 additions and 2 deletions

View File

@ -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')

View File

@ -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))