changeset 32626:c984438b994d

Remove useless notification.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 17 Sep 2011 07:38:54 +0000
parents 094a1b511259
children bb026a540d13 dc835fb3dcd3
files pidgin/plugins/adiumthemes/webkit.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/plugins/adiumthemes/webkit.c	Sat Sep 17 07:30:10 2011 +0000
+++ b/pidgin/plugins/adiumthemes/webkit.c	Sat Sep 17 07:38:54 2011 +0000
@@ -555,12 +555,6 @@
 
 	if (stylepath && *stylepath)
 		styles = g_list_prepend(styles, g_strdup(stylepath));
-	else {
-		purple_notify_error(handle, _("Webkit themes"),
-			_("Can't find installed styles"),
-			_("Please install some theme and verify the installation path"));
-
-	}
 
 	/* pick any one that works. Note that we have first preference
 	 * for the one in the userdir */