[Goodies-commits] r3068 - ristretto/trunk/src

Stephan Arts stephan at xfce.org
Fri Aug 24 20:22:57 CEST 2007


Author: stephan
Date: 2007-08-24 18:22:57 +0000 (Fri, 24 Aug 2007)
New Revision: 3068

Modified:
   ristretto/trunk/src/main.c
Log:
change config-file path

Modified: ristretto/trunk/src/main.c
===================================================================
--- ristretto/trunk/src/main.c	2007-08-24 17:57:29 UTC (rev 3067)
+++ ristretto/trunk/src/main.c	2007-08-24 18:22:57 UTC (rev 3068)
@@ -120,7 +120,7 @@
 
     gtk_window_set_default_icon_name("ristretto");
     recent_manager = gtk_recent_manager_get_default();
-    xfce_rc = xfce_rc_config_open(XFCE_RESOURCE_CONFIG, PACKAGE_NAME, FALSE);
+    xfce_rc = xfce_rc_config_open(XFCE_RESOURCE_CONFIG, "ristretto/ristrettorc", FALSE);
     
     thumbnail_viewer_orientation = xfce_rc_read_entry(xfce_rc, "ThumbnailViewerOrientation", "horizontal");
 




More information about the Goodies-commits mailing list