[Xfce4-commits] r23441 - xarchiver/branches/xarchiver-psybsd/src

Stephan Arts stephan at xfce.org
Tue Oct 17 08:50:07 UTC 2006


Author: stephan
Date: 2006-10-17 08:50:07 +0000 (Tue, 17 Oct 2006)
New Revision: 23441

Modified:
   xarchiver/branches/xarchiver-psybsd/src/settings.c
Log:
Fixed segfault if libxfce4util is not available.



Modified: xarchiver/branches/xarchiver-psybsd/src/settings.c
===================================================================
--- xarchiver/branches/xarchiver-psybsd/src/settings.c	2006-10-17 08:44:19 UTC (rev 23440)
+++ xarchiver/branches/xarchiver-psybsd/src/settings.c	2006-10-17 08:50:07 UTC (rev 23441)
@@ -128,6 +128,6 @@
 #ifdef HAVE_LIBXFCE4UTIL
 	return xfce_rc_read_entry(XFCE_RC(settings->xfce_rc), key, fallback);
 #else
-
+	return g_strdup(fallback);
 #endif /* HAVE_LIBXFCE4UTIL */
 }



More information about the Xfce4-commits mailing list