[gnome-settings-daemon] automount: whitespace fixes



commit d79124eaba2f22e3937291c7b5e6838380c66b97
Author: Tomas Bzatek <tbzatek redhat com>
Date:   Thu Nov 25 15:21:06 2010 +0100

    automount: whitespace fixes

 plugins/automount/nautilus-open-with-dialog.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plugins/automount/nautilus-open-with-dialog.c b/plugins/automount/nautilus-open-with-dialog.c
index 1271f6f..4543227 100644
--- a/plugins/automount/nautilus-open-with-dialog.c
+++ b/plugins/automount/nautilus-open-with-dialog.c
@@ -34,8 +34,7 @@
 #include <gtk/gtk.h>
 #include <gio/gio.h>
 
-#define sure_string(s)                    ((const char *)((s)!=NULL?(s):""))
-#define DESKTOP_ENTRY_GROUP		  "Desktop Entry"
+#define sure_string(s) ((const char *)((s)!=NULL?(s):""))
 
 struct _NautilusOpenWithDialogDetails {
 	GAppInfo *selected_app_info;



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