patches/gnome-volume-manager-02-fixlocaluser.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 13095 0cd4a979255d
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

--- /usr/tmp/clean/gnome-volume-manager-2.22.5/src/manager.c	2008-04-26 16:40:34.000000000 +0100
+++ gnome-volume-manager-2.22.5/src/manager.c	2008-08-11 08:08:07.920620000 +0100
@@ -4052,8 +4066,12 @@
 #ifdef __linux__
 	return gvm_user_is_local_fallback ();
 #else
+#ifdef __sun
+	return TRUE;
+#else
 	return FALSE;
 #endif
+#endif
 }
 
 /* checks that the user is at the local active X session */