summaryrefslogtreecommitdiff
path: root/src/totem-uri.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2009-08-10 21:40:12 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2009-08-10 21:41:33 +0100
commit75ef216e7fd62ff8543644f4a9130f032cb67d4e (patch)
tree40021ed478cde5ba2269af7a963c74f5bbc5abfd /src/totem-uri.c
parent0d24ea5c04fe05785ab8a45801291e0785c33180 (diff)
downloadtotem-75ef216e7fd62ff8543644f4a9130f032cb67d4e.tar.gz
Bug 589755 – Make screenshot dialogue more like GNOME's
This copies the GnomeScreenshotWidget from gnome-screenshot so that our interface can easily be kept consistent with the GNOME Screenshot dialogue. Permission for the licence exception was gained by e-mail. Closes: bgo#589755
Diffstat (limited to 'src/totem-uri.c')
-rw-r--r--src/totem-uri.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/totem-uri.c b/src/totem-uri.c
index d825ea706..524759d69 100644
--- a/src/totem-uri.c
+++ b/src/totem-uri.c
@@ -543,19 +543,6 @@ totem_add_default_dirs (GtkFileChooser *dialog)
}
}
-void
-totem_add_pictures_dir (GtkWidget *chooser)
-{
- const char *dir;
-
- g_return_if_fail (GTK_IS_FILE_CHOOSER (chooser) != FALSE);
-
- dir = g_get_user_special_dir (G_USER_DIRECTORY_PICTURES);
- if (dir == NULL)
- return;
- gtk_file_chooser_add_shortcut_folder (GTK_FILE_CHOOSER (chooser), dir, NULL);
-}
-
char *
totem_add_subtitle (GtkWindow *parent, const char *path)
{