diff options
Diffstat (limited to 'embed/xulrunner/utils/ggeAutoModalDialog.h')
-rw-r--r-- | embed/xulrunner/utils/ggeAutoModalDialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embed/xulrunner/utils/ggeAutoModalDialog.h b/embed/xulrunner/utils/ggeAutoModalDialog.h index e52ebc577..0c9da0fcd 100644 --- a/embed/xulrunner/utils/ggeAutoModalDialog.h +++ b/embed/xulrunner/utils/ggeAutoModalDialog.h @@ -50,10 +50,10 @@ class ggeAutoModalDialog // stack only please void *operator new (size_t) CPP_THROW_NEW; - PRBool DispatchEvent (const char *aEvent); + PRBool DispatchEvent (const char *aEventName); - static void PR_CALLBACK DialogResponseCallback (GtkWidget*, int, void*); - static gboolean PR_CALLBACK DialogDeleteCallback (GtkWidget*, void*, void*); + static void PR_CALLBACK ResponseCallback (GtkWidget*, int, void*); + static gboolean PR_CALLBACK DeleteCallback (GtkWidget*, void*, void*); nsCOMPtr<nsIDOMWindow> mWindow; nsCOMPtr<nsPIDOMWindow> mPWindow; |