]> spindle.queued.net Git - midori/commitdiff
Fix label of the userstyle panel
authorChristian Dywan <christian@twotoasts.de>
Sat, 21 Feb 2009 00:10:21 +0000 (01:10 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 21 Feb 2009 00:10:21 +0000 (01:10 +0100)
panels/midori-addons.c

index 67823f6cc63f5a02eb2a238c5386f9b25170ce87..4d04b1dd8b8fb7f353d09bd74f531b908140e6bd 100644 (file)
@@ -141,7 +141,7 @@ midori_addons_get_label (MidoriViewable* viewable)
 {
     if (MIDORI_ADDONS (viewable)->kind == MIDORI_ADDON_USER_SCRIPTS)
         return _("Userscripts");
-    else if (MIDORI_ADDONS (viewable)->kind == MIDORI_ADDON_USER_SCRIPTS)
+    else if (MIDORI_ADDONS (viewable)->kind == MIDORI_ADDON_USER_STYLES)
         return _("Userstyles");
     else
         return NULL;