From 143bfc9f801c84428074312d661f8e08803df83b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Aug 2016 15:09:31 +0200 Subject: Imported Upstream version 0.23.5 --- plugins/shotwell-data-imports/FSpotPhotoTagsTable.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/shotwell-data-imports/FSpotPhotoTagsTable.vala') diff --git a/plugins/shotwell-data-imports/FSpotPhotoTagsTable.vala b/plugins/shotwell-data-imports/FSpotPhotoTagsTable.vala index d4e8202..afc67ec 100644 --- a/plugins/shotwell-data-imports/FSpotPhotoTagsTable.vala +++ b/plugins/shotwell-data-imports/FSpotPhotoTagsTable.vala @@ -18,7 +18,7 @@ public class FSpotPhotoTagRow : Object { * This class represents the F-Spot photo_tags table. */ public class FSpotPhotoTagsTable : FSpotDatabaseTable { - public static const string TABLE_NAME = "Photo_Tags"; + public const string TABLE_NAME = "Photo_Tags"; public FSpotPhotoTagsTable(Sqlite.Database db, FSpotDatabaseBehavior db_behavior) { base(db); -- cgit v1.2.3