summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGaël Bonithon <gael@xfce.org>2021-12-12 12:22:56 +0100
committerGaël Bonithon <gael@xfce.org>2021-12-12 19:24:55 +0100
commit932e2e268d94b83593d5582557b2d70973ffcb01 (patch)
tree925e004c14e9ac0e019db2cc7663e316081bb458 /plugins
parente88abde93a6b31a0dc61a88da83cac24553229f8 (diff)
downloadtumbler-932e2e268d94b83593d5582557b2d70973ffcb01.tar.gz
Fix copy-paste errors when creating plugins
Diffstat (limited to 'plugins')
-rw-r--r--plugins/desktop-thumbnailer/desktop-thumbnailer-plugin.c2
-rw-r--r--plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/desktop-thumbnailer/desktop-thumbnailer-plugin.c b/plugins/desktop-thumbnailer/desktop-thumbnailer-plugin.c
index d4810d0..d79024b 100644
--- a/plugins/desktop-thumbnailer/desktop-thumbnailer-plugin.c
+++ b/plugins/desktop-thumbnailer/desktop-thumbnailer-plugin.c
@@ -74,7 +74,7 @@ void
tumbler_plugin_shutdown (void)
{
#ifdef DEBUG
- g_print ("Shutting down the Tumbler GStreamer Thumbnailer plugin\n");
+ g_print ("Shutting down the Tumbler Desktop Thumbnailer plugin\n");
#endif
}
diff --git a/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c b/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c
index 22b0b33..b60ed0b 100644
--- a/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c
+++ b/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c
@@ -76,7 +76,7 @@ void
tumbler_plugin_shutdown (void)
{
#ifdef DEBUG
- g_print ("Shutting down the Tumbler Pixbuf Thumbnailer plugin\n");
+ g_print ("Shutting down the Tumbler Poppler PDF/PS Thumbnailer plugin\n");
#endif
}