diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-09-28 23:17:48 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-09-28 23:17:48 +0800 |
commit | bfd1d5ab3539021b0e759756f748ac205f1eb645 (patch) | |
tree | 4f8c39a23e2bbb63de673339b8eaf054bb704389 /embed/xulrunner/utils/ggeAutoModalDialog.h | |
parent | f3a7cf8b0223fdc39993d6da985dd3fe32a0740e (diff) | |
download | gsoc2013-epiphany-bfd1d5ab3539021b0e759756f748ac205f1eb645.tar gsoc2013-epiphany-bfd1d5ab3539021b0e759756f748ac205f1eb645.tar.gz gsoc2013-epiphany-bfd1d5ab3539021b0e759756f748ac205f1eb645.tar.bz2 gsoc2013-epiphany-bfd1d5ab3539021b0e759756f748ac205f1eb645.tar.lz gsoc2013-epiphany-bfd1d5ab3539021b0e759756f748ac205f1eb645.tar.xz gsoc2013-epiphany-bfd1d5ab3539021b0e759756f748ac205f1eb645.tar.zst gsoc2013-epiphany-bfd1d5ab3539021b0e759756f748ac205f1eb645.zip |
Make it build.
svn path=/trunk/; revision=7505
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; |