After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 342874 - Typo for del.icio.us
Typo for del.icio.us
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
Git master
Other Linux
: Normal trivial
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-05-25 02:47 UTC by Theppitak Karoonboonyanan
Modified: 2006-05-28 11:39 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
typo fix by Theppitak Karoonboonyanan (1.06 KB, patch)
2006-05-25 22:13 UTC, Christian Kirbach
none Details | Review

Description Theppitak Karoonboonyanan 2006-05-25 02:47:52 UTC
I found 2 typos for del.icio.us in desklicious, where it's spelled as deli.icio.us.

Index: desklicious.py
===================================================================
RCS file: /cvs/gnome/deskbar-applet/deskbar/handlers/desklicious.py,v
retrieving revision 1.3
diff -u -r1.3 desklicious.py
--- desklicious.py      19 May 2006 15:24:40 -0000      1.3
+++ desklicious.py      25 May 2006 02:43:28 -0000
@@ -12,9 +12,9 @@
 def _check_requirements():
        #We need user and password
        if not deskbar.GCONF_CLIENT.get_string(GCONF_DELICIOUS_USER):
-               return (deskbar.Handler.HANDLER_HAS_REQUIREMENTS, _("You need to configure your deli.icio.us account."), _on_config_account)
+               return (deskbar.Handler.HANDLER_HAS_REQUIREMENTS, _("You need to configure your del.icio.us account."), _on_config_account)
        else:
-               return (deskbar.Handler.HANDLER_IS_CONFIGURABLE, _("You can modify your deli.icio.us account."), _on_config_account)
+               return (deskbar.Handler.HANDLER_IS_CONFIGURABLE, _("You can modify your del.icio.us account."), _on_config_account)
 
 HANDLERS = {
        "DeliciousHandler" : {
Comment 1 Christian Kirbach 2006-05-25 22:13:15 UTC
Created attachment 66230 [details] [review]
typo fix by Theppitak Karoonboonyanan

delicious
Comment 2 Nigel Tao 2006-05-28 11:39:07 UTC
Fixed, thanks.