[gnome-settings-daemon/app-chooser] automount: fix a copy/paste leftover



commit 7357d091b22c4474fad8a352b9fa4931501bb163
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Dec 1 16:38:05 2010 +0100

    automount: fix a copy/paste leftover

 plugins/automount/gsd-autorun.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/automount/gsd-autorun.c b/plugins/automount/gsd-autorun.c
index 3c29ffa..6c5b79d 100644
--- a/plugins/automount/gsd-autorun.c
+++ b/plugins/automount/gsd-autorun.c
@@ -36,9 +36,9 @@
 
 static gboolean should_autorun_mount (GMount *mount);
 
-#define CUSTOM_ITEM_ASK "cc-item-ask"
-#define CUSTOM_ITEM_DO_NOTHING "cc-item-do-nothing"
-#define CUSTOM_ITEM_OPEN_FOLDER "cc-item-open-folder"
+#define CUSTOM_ITEM_ASK "gsd-item-ask"
+#define CUSTOM_ITEM_DO_NOTHING "gsd-item-do-nothing"
+#define CUSTOM_ITEM_OPEN_FOLDER "gsd-item-open-folder"
 
 typedef struct
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]