[gnome-settings-daemon/automounter] automount: whitespace fixes



commit fc6d6644fee5b05a2af7b281bf8d936518a46133
Author: Tomas Bzatek <tbzatek redhat com>
Date:   Wed Nov 24 15:13:52 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]