im.pidgin.pidgin.custom_smiley: ddcc6eb918167735a0768b1a2976c95b5b15e213

sadrul at pidgin.im sadrul at pidgin.im
Sun Feb 24 23:40:37 EST 2008


-----------------------------------------------------------------
Revision: ddcc6eb918167735a0768b1a2976c95b5b15e213
Ancestor: 473e3b581b6e7ce962e14200e16a01b15734e2be
Author: sadrul at pidgin.im
Date: 2008-02-25T04:39:37
Branch: im.pidgin.pidgin.custom_smiley
URL: http://d.pidgin.im/viewmtn/revision/info/ddcc6eb918167735a0768b1a2976c95b5b15e213

Modified files:
        pidgin/gtksmiley.c

ChangeLog: 

Attempt at a better error message.

-------------- next part --------------
============================================================
--- pidgin/gtksmiley.c	945c0710a56515ab6c37266f53d13322de671aaf
+++ pidgin/gtksmiley.c	f975d108cb4acab5fa5f1ad140743fbae8aa994a
@@ -200,7 +200,9 @@ static void do_add(GtkWidget *widget, Pi
 
 	if (s->filename == NULL || *entry == 0) {
 		purple_notify_error(s->parent, _("Custom Smiley"),
-				_("More Data needed"), NULL);
+				_("More Data needed"),
+				s->filename ? _("Please provide a shortcut to associate with the smiley.")
+					: _("Please select an image for the smiley."));
 		return;
 	}
 


More information about the Commits mailing list