Author: abrander
Date: 2009-12-21 00:26:28 +0100 (Mon, 21 Dec 2009)
New Revision: 2822
Modified:
trunk/src/rs-store.c
Log:
Merged load_file() and rs_store_load_file().
Modified: trunk/src/rs-store.c
===================================================================
--- trunk/src/rs-store.c 2009-12-20 23:18:51 UTC (rev 2821)
+++ trunk/src/rs-store.c 2009-12-20 23:26:28 UTC (rev 2822)
@@ -1031,7 +1031,8 @@
}
void
-load_file(RSStore *store, gchar *fullname) {
+rs_store_load_file(RSStore *store, gchar *fullname)
+{
GtkTreeIter iter;
gboolean exported;
gint priority;
@@ -1074,11 +1075,6 @@
g_async_queue_push(loader_queue, job);
}
-void
-rs_store_load_file(RSStore *store, gchar *fullname) {
- load_file(store, fullname);
-}
-
static gint
load_directory(RSStore *store, const gchar *path, RS_LIBRARY *library, const
gboolean load_8bit, const gboolean load_recursive)
{
@@ -1099,7 +1095,7 @@
if (rs_filetype_can_load(fullname))
{
- load_file(store, fullname);
+ rs_store_load_file(store, fullname);
/* Add photo to library */
rs_library_add_photo(library, fullname);
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit