aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/MozDownload.h
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@gnome.org>2007-08-27 05:49:58 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-08-27 05:49:58 +0800
commit3e87142caf4b143d59ebae348ace706917b7eb51 (patch)
tree228beeb412ba4b5034c45f3447c33ae241bc8dcc /embed/mozilla/MozDownload.h
parent53075e8f45b40da4260a9d46ce2b41668381dacb (diff)
downloadgsoc2013-epiphany-3e87142caf4b143d59ebae348ace706917b7eb51.tar
gsoc2013-epiphany-3e87142caf4b143d59ebae348ace706917b7eb51.tar.gz
gsoc2013-epiphany-3e87142caf4b143d59ebae348ace706917b7eb51.tar.bz2
gsoc2013-epiphany-3e87142caf4b143d59ebae348ace706917b7eb51.tar.lz
gsoc2013-epiphany-3e87142caf4b143d59ebae348ace706917b7eb51.tar.xz
gsoc2013-epiphany-3e87142caf4b143d59ebae348ace706917b7eb51.tar.zst
gsoc2013-epiphany-3e87142caf4b143d59ebae348ace706917b7eb51.zip
Add saved files to the GtkRecent list, gnome-panel is broken so don't
2007-08-26 Diego Escalante Urrelo <diegoe@gnome.org> * lib/ephy-file-helpers.c: * lib/ephy-file-helpers.h: * embed/mozilla/MozDownload.h: * embed/mozilla/MozDownload.cpp: Add saved files to the GtkRecent list, gnome-panel is broken so don't expect to see the effects of this working there, you can use it on the GtkFileChooser dialog however. Fixes Bug #148401. Original patch by Christian Persch, updated by Cosimo Cecchi. svn path=/trunk/; revision=7300
Diffstat (limited to 'embed/mozilla/MozDownload.h')
-rw-r--r--embed/mozilla/MozDownload.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/mozilla/MozDownload.h b/embed/mozilla/MozDownload.h
index bf7f11e1b..27fef41c7 100644
--- a/embed/mozilla/MozDownload.h
+++ b/embed/mozilla/MozDownload.h
@@ -138,6 +138,7 @@ protected:
PRInt64 mTotalProgress;
PRInt64 mCurrentProgress;
PRInt64 mMaxSize;
+ PRBool mAddToRecent;
nsresult mStatus;