[Xfce4-commits] <thunarx-python:master> Fixed Renamer plugin class name
Adam Plumb
noreply at xfce.org
Thu May 27 18:10:48 CEST 2010
Updating branch refs/heads/master
to 9b3b70b7a203ace7d743cf15801d5471fc48a194 (commit)
from c7e378f211d8ab4ee8bd140b2dbc7ac3f5a6e87e (commit)
commit 9b3b70b7a203ace7d743cf15801d5471fc48a194
Author: Adam Plumb <adamplumb at gmail.com>
Date: Thu Dec 17 14:10:04 2009 -0500
Fixed Renamer plugin class name
examples/thunarx-renamer-plugin.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/examples/thunarx-renamer-plugin.py b/examples/thunarx-renamer-plugin.py
index 6339f9d..0e25243 100644
--- a/examples/thunarx-renamer-plugin.py
+++ b/examples/thunarx-renamer-plugin.py
@@ -1,7 +1,7 @@
import thunarx
import gtk
-class ThunarxPreferencesPlugin(thunarx.RenamerProvider):
+class ThunarxRenamerPlugin(thunarx.RenamerProvider):
def __init__(self):
pass
More information about the Xfce4-commits
mailing list