diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-03-06 04:54:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-03-06 04:54:32 +0800 |
commit | d791244c78d9f1d2a8d04135e7de59a3bfa28237 (patch) | |
tree | 80d6235f8d9e2d241d253b240ae7f81cd2aff34c /embed/mozilla/AutoJSContextStack.h | |
parent | 8fbc5afdd03d2fe502610d39eb691fe9aca932be (diff) | |
download | gsoc2013-epiphany-d791244c78d9f1d2a8d04135e7de59a3bfa28237.tar gsoc2013-epiphany-d791244c78d9f1d2a8d04135e7de59a3bfa28237.tar.gz gsoc2013-epiphany-d791244c78d9f1d2a8d04135e7de59a3bfa28237.tar.bz2 gsoc2013-epiphany-d791244c78d9f1d2a8d04135e7de59a3bfa28237.tar.lz gsoc2013-epiphany-d791244c78d9f1d2a8d04135e7de59a3bfa28237.tar.xz gsoc2013-epiphany-d791244c78d9f1d2a8d04135e7de59a3bfa28237.tar.zst gsoc2013-epiphany-d791244c78d9f1d2a8d04135e7de59a3bfa28237.zip |
Don't use g_return_if_fail here.
2006-03-05 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed-find.cpp:
Don't use g_return_if_fail here.
* embed/mozilla/mozilla-embed-single.cpp:
Remove fixed FIXME.
Diffstat (limited to 'embed/mozilla/AutoJSContextStack.h')
-rw-r--r-- | embed/mozilla/AutoJSContextStack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/AutoJSContextStack.h b/embed/mozilla/AutoJSContextStack.h index 5f4069293..0b2ebb129 100644 --- a/embed/mozilla/AutoJSContextStack.h +++ b/embed/mozilla/AutoJSContextStack.h @@ -9,7 +9,7 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software |