[gthumb: 6/23] catalog: fixed the scheme name
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb: 6/23] catalog: fixed the scheme name
- Date: Sun, 4 Mar 2012 17:55:44 +0000 (UTC)
commit 1fc0902f8f76b64080840171a9251ba918397218
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed Feb 15 22:36:19 2012 +0100
catalog: fixed the scheme name
extensions/catalogs/gth-file-source-catalogs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/catalogs/gth-file-source-catalogs.c b/extensions/catalogs/gth-file-source-catalogs.c
index 92092f0..c118b06 100644
--- a/extensions/catalogs/gth-file-source-catalogs.c
+++ b/extensions/catalogs/gth-file-source-catalogs.c
@@ -1549,7 +1549,7 @@ gth_file_source_catalogs_class_init (GthFileSourceCatalogsClass *class)
static void
gth_file_source_catalogs_init (GthFileSourceCatalogs *catalogs)
{
- gth_file_source_add_scheme (GTH_FILE_SOURCE (catalogs), "catalog://");
+ gth_file_source_add_scheme (GTH_FILE_SOURCE (catalogs), "catalog");
catalogs->priv = g_new0 (GthFileSourceCatalogsPrivate, 1);
catalogs->priv->catalog = gth_catalog_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]