Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-jobs.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-08-06 17:35:22 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-08-06 17:35:22 (GMT)
commitde132bfcabbb4c65a250e1756b59706cebcc96bb (patch)
tree9f626220c2d9eafde751afa5073e1b1fb15c56a3 /shell/ev-jobs.h
parentc327927f8c38b40fd1c6ee2805595925d155132e (diff)
Fix loading encrypted documents since I broke it with the jobs rework.
2008-08-06 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run), (ev_job_load_set_password): * shell/ev-password.[ch]: (ev_password_dialog_get_password): * shell/ev-window.c: (password_dialog_response), (ev_window_load_job_cb): Fix loading encrypted documents since I broke it with the jobs rework. svn path=/trunk/; revision=3099
Diffstat (limited to 'shell/ev-jobs.h')
-rw-r--r--shell/ev-jobs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h
index 336567b..95c7f7d 100644
--- a/shell/ev-jobs.h
+++ b/shell/ev-jobs.h
@@ -226,6 +226,7 @@ struct _EvJobLoad
EvWindowRunMode mode;
gchar *search_string;
gchar *uri;
+ gchar *password;
};
struct _EvJobLoadClass
@@ -323,6 +324,8 @@ EvJob *ev_job_load_new (const gchar *uri,
const gchar *search_string);
void ev_job_load_set_uri (EvJobLoad *load,
const gchar *uri);
+void ev_job_load_set_password (EvJobLoad *job,
+ const gchar *password);
/* EvJobSave */
GType ev_job_save_get_type (void) G_GNUC_CONST;