diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-10-09 02:35:47 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-10-09 02:35:47 +0800 |
commit | 5bab0972ef7fb33da8b1000d049dc12638f73d9e (patch) | |
tree | 71ee35e5d45ab1f43ee8d55dcf8d25357231e6da /embed/xulrunner/utils/ggeAutoModalDialog.h | |
parent | f9fc60cc505114328f9fbf5b4dd480f4087ff51c (diff) | |
download | gsoc2013-epiphany-5bab0972ef7fb33da8b1000d049dc12638f73d9e.tar gsoc2013-epiphany-5bab0972ef7fb33da8b1000d049dc12638f73d9e.tar.gz gsoc2013-epiphany-5bab0972ef7fb33da8b1000d049dc12638f73d9e.tar.bz2 gsoc2013-epiphany-5bab0972ef7fb33da8b1000d049dc12638f73d9e.tar.lz gsoc2013-epiphany-5bab0972ef7fb33da8b1000d049dc12638f73d9e.tar.xz gsoc2013-epiphany-5bab0972ef7fb33da8b1000d049dc12638f73d9e.tar.zst gsoc2013-epiphany-5bab0972ef7fb33da8b1000d049dc12638f73d9e.zip |
Fix code style.
svn path=/trunk/; revision=7523
Diffstat (limited to 'embed/xulrunner/utils/ggeAutoModalDialog.h')
-rw-r--r-- | embed/xulrunner/utils/ggeAutoModalDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/xulrunner/utils/ggeAutoModalDialog.h b/embed/xulrunner/utils/ggeAutoModalDialog.h index 0c9da0fcd..07299b609 100644 --- a/embed/xulrunner/utils/ggeAutoModalDialog.h +++ b/embed/xulrunner/utils/ggeAutoModalDialog.h @@ -50,7 +50,7 @@ class ggeAutoModalDialog // stack only please void *operator new (size_t) CPP_THROW_NEW; - PRBool DispatchEvent (const char *aEventName); + PRBool DispatchEvent (const char*, PRBool); static void PR_CALLBACK ResponseCallback (GtkWidget*, int, void*); static gboolean PR_CALLBACK DeleteCallback (GtkWidget*, void*, void*); |