pidgin: 2cbec183: Remove useless notification.

qulogic at pidgin.im qulogic at pidgin.im
Sat Sep 17 03:46:28 EDT 2011


----------------------------------------------------------------------
Revision: 2cbec1836145d9b2b7519ec62f778e0c9e13d37c
Parent:   bafb941ca338bab89404e3513760df294cfe21a1
Author:   qulogic at pidgin.im
Date:     09/17/11 03:38:54
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/2cbec1836145d9b2b7519ec62f778e0c9e13d37c

Changelog: 

Remove useless notification.

Changes against parent bafb941ca338bab89404e3513760df294cfe21a1

  patched  pidgin/plugins/adiumthemes/webkit.c

-------------- next part --------------
============================================================
--- pidgin/plugins/adiumthemes/webkit.c	504756695c76dd768cde01f8af01d9737adf1988
+++ pidgin/plugins/adiumthemes/webkit.c	1d17fce9fdb5c9369c1f6fc13c2706c199c3812d
@@ -555,13 +555,7 @@ style_set_default(void)
 
 	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 */
 	for (iter = styles; iter; iter = g_list_next(iter)) {


More information about the Commits mailing list