diff src/bar_sort.c @ 283:e213fb025621

GQVIEW_* -> GQ_*
author zas_
date Tue, 08 Apr 2008 23:16:12 +0000
parents 9995c5fb202a
children 4b2d7f9af171
line wrap: on
line diff
--- a/src/bar_sort.c	Tue Apr 08 23:07:09 2008 +0000
+++ b/src/bar_sort.c	Tue Apr 08 23:16:12 2008 +0000
@@ -95,7 +95,7 @@
 	history_list_free_key(SORT_KEY_COLLECTIONS);
 	bookmark_list_set_key(bookmarks, SORT_KEY_COLLECTIONS);
 
-	collect_path = g_strconcat(homedir(), "/", GQVIEW_RC_DIR_COLLECTIONS, NULL);
+	collect_path = g_strconcat(homedir(), "/", GQ_RC_DIR_COLLECTIONS, NULL);
 	path_list(collect_path, &list, NULL);
 	g_free(collect_path);
 
@@ -429,7 +429,7 @@
 			ext = ".gqv";
 			}
 
-		path = g_strconcat(homedir(), "/", GQVIEW_RC_DIR_COLLECTIONS, "/", name, ext, NULL);
+		path = g_strconcat(homedir(), "/", GQ_RC_DIR_COLLECTIONS, "/", name, ext, NULL);
 		if (isfile(path))
 			{
 			gchar *text = g_strdup_printf(_("The collection:\n%s\nalready exists."), name);