diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-05-26 02:59:59 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-05-26 02:59:59 +0800 |
commit | c159006b08ac492649715c9a3ce55f258e199f97 (patch) | |
tree | 52534f26f1c33f4c4c646466d4b1519a9c0a4d36 /embed/mozilla | |
parent | f554cdac20348aa1ead34e2a83a9742d06556832 (diff) | |
download | gsoc2013-epiphany-c159006b08ac492649715c9a3ce55f258e199f97.tar gsoc2013-epiphany-c159006b08ac492649715c9a3ce55f258e199f97.tar.gz gsoc2013-epiphany-c159006b08ac492649715c9a3ce55f258e199f97.tar.bz2 gsoc2013-epiphany-c159006b08ac492649715c9a3ce55f258e199f97.tar.lz gsoc2013-epiphany-c159006b08ac492649715c9a3ce55f258e199f97.tar.xz gsoc2013-epiphany-c159006b08ac492649715c9a3ce55f258e199f97.tar.zst gsoc2013-epiphany-c159006b08ac492649715c9a3ce55f258e199f97.zip |
Fix crash on pause.
Fix crash on pause.
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/ProgressListener.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/mozilla/ProgressListener.cpp b/embed/mozilla/ProgressListener.cpp index b5ed9815c..20ad8e88c 100644 --- a/embed/mozilla/ProgressListener.cpp +++ b/embed/mozilla/ProgressListener.cpp @@ -14,6 +14,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ */ #ifdef HAVE_CONFIG_H |