summaryrefslogtreecommitdiff
path: root/plugins/shotwell-transitions/ChessEffect.vala
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shotwell-transitions/ChessEffect.vala')
-rw-r--r--plugins/shotwell-transitions/ChessEffect.vala6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/shotwell-transitions/ChessEffect.vala b/plugins/shotwell-transitions/ChessEffect.vala
index 9daa670..449f5d3 100644
--- a/plugins/shotwell-transitions/ChessEffect.vala
+++ b/plugins/shotwell-transitions/ChessEffect.vala
@@ -8,12 +8,12 @@
using Spit;
private class ChessEffectDescriptor : ShotwellTransitionDescriptor {
- public ChessEffectDescriptor(GLib.File resource_directory) {
- base(resource_directory);
+ public ChessEffectDescriptor() {
+ base();
}
public override unowned string get_id() {
- return "org.yorba.shotwell.transitions.chess";
+ return "org.gnome.shotwell.transitions.chess";
}
public override unowned string get_pluggable_name() {