Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-properties-dialog.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-12-03 15:45:10 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-12-03 15:45:10 (GMT)
commit309a8fb96dd401d07f774c687bda59da77bd41d2 (patch)
tree9240f09e65f8adf291c5c62e8fd02f137f498b12 /shell/ev-properties-dialog.h
parent7401194be132a52138b9a40e29c63847d125795d (diff)
Add document URI to properties page. Fixes bug #555376.
2008-12-03 Carlos Garcia Campos <carlosgc@gnome.org> * properties/ev-properties-main.c: (ev_properties_get_pages): * properties/ev-properties-view.[ch]: (ev_properties_view_dispose), (ev_properties_view_class_init), (ev_properties_view_set_info), (ev_properties_view_new): * shell/ev-properties-dialog.[ch]: (ev_properties_dialog_set_document): * shell/ev-window.c: (ev_window_setup_document), (ev_window_cmd_file_properties): Add document URI to properties page. Fixes bug #555376. svn path=/trunk/; revision=3290
Diffstat (limited to 'shell/ev-properties-dialog.h')
-rw-r--r--shell/ev-properties-dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-properties-dialog.h b/shell/ev-properties-dialog.h
index f85e53a..6c14b20 100644
--- a/shell/ev-properties-dialog.h
+++ b/shell/ev-properties-dialog.h
@@ -39,6 +39,7 @@ typedef struct _EvPropertiesDialogPrivate EvPropertiesDialogPrivate;
GType ev_properties_dialog_get_type (void);
GtkWidget *ev_properties_dialog_new (void);
void ev_properties_dialog_set_document (EvPropertiesDialog *properties,
+ const gchar *uri,
EvDocument *document);
G_END_DECLS