aboutsummaryrefslogtreecommitdiffstats
path: root/embed/xulrunner/utils/ggeAutoModalDialog.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-09-28 23:17:48 +0800
committerChristian Persch <chpe@src.gnome.org>2007-09-28 23:17:48 +0800
commitbfd1d5ab3539021b0e759756f748ac205f1eb645 (patch)
tree4f8c39a23e2bbb63de673339b8eaf054bb704389 /embed/xulrunner/utils/ggeAutoModalDialog.h
parentf3a7cf8b0223fdc39993d6da985dd3fe32a0740e (diff)
downloadgsoc2013-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.h6
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;