summaryrefslogtreecommitdiff
path: root/community/cinnamon-control-center/fix-faces-location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/cinnamon-control-center/fix-faces-location.patch')
-rw-r--r--community/cinnamon-control-center/fix-faces-location.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/cinnamon-control-center/fix-faces-location.patch b/community/cinnamon-control-center/fix-faces-location.patch
deleted file mode 100644
index 1af65fa99..000000000
--- a/community/cinnamon-control-center/fix-faces-location.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur cinnamon-control-center-1.7.1.orig/panels/user-accounts/um-photo-dialog.c cinnamon-control-center-1.7.1/panels/user-accounts/um-photo-dialog.c
---- cinnamon-control-center-1.7.1.orig/panels/user-accounts/um-photo-dialog.c 2013-02-19 17:37:17.000000000 +0100
-+++ cinnamon-control-center-1.7.1/panels/user-accounts/um-photo-dialog.c 2013-02-27 19:17:18.249329833 +0100
-@@ -406,7 +406,7 @@
- for (i = 0; dirs[i] != NULL; i++) {
- char *path;
-
-- path = g_build_filename (dirs[i], "pixmaps", "faces", NULL);
-+ path = g_build_filename (dirs[i], "pixmaps", "cinnamon", "faces", NULL);
- dir = g_dir_open (path, 0, NULL);
- if (dir == NULL) {
- g_free (path);