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