vinagre r351 - trunk/src



Author: jwendell
Date: Sat May 31 18:10:42 2008
New Revision: 351
URL: http://svn.gnome.org/viewvc/vinagre?rev=351&view=rev

Log:
use xdg config dir to accels file

Modified:
   trunk/src/vinagre-app.c

Modified: trunk/src/vinagre-app.c
==============================================================================
--- trunk/src/vinagre-app.c	(original)
+++ trunk/src/vinagre-app.c	Sat May 31 18:10:42 2008
@@ -64,13 +64,12 @@
 {
   const gchar *home;
 
-  home = g_get_home_dir ();
+  home = g_get_user_config_dir ();
 
   if (home)
     return g_build_filename (home,
-			     ".gnome2",
-			     "accels",
 			     "vinagre",
+			     "accels",
 			     NULL);
   return NULL;
 }



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