ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.20,1.21


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.20,1.21
Date: Thu, 23 Jan 2003 01:34:28 -0500

Update of /cvsroot/ayttm/ayttm/modules/yahoo2
In directory subversions:/tmp/cvs-serv7876/modules/yahoo2

Modified Files:
        yahoo.c 
Log Message:
added do_message_dialog - modal or modeless

Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- yahoo.c     23 Jan 2003 06:17:19 -0000      1.20
+++ yahoo.c     23 Jan 2003 06:34:26 -0000      1.21
@@ -1492,7 +1492,7 @@
        }
 
        if(buff[0])
-               do_error_dialog(buff, _("Yahoo Mail"));
+               do_message_dialog(buff, _("Yahoo Mail"), 0);
 }
 
 static void ext_yahoo_system_message(int id, char *msg)
@@ -1500,7 +1500,7 @@
        if(ignore_system)
                return;
 
-       do_error_dialog(msg, _("Yahoo System Message"));
+       do_message_dialog(msg, _("Yahoo System Message"), 0);
 }
 
 static void ext_yahoo_error(int id, char *err, int fatal)
@@ -1547,7 +1547,7 @@
        ylad->status = YAHOO_STATUS_OFFLINE;
 
        if (ylad->id <= 0) {
-               do_error_dialog(_("Could not connect to Yahoo server.  Please 
verify that you are connected to the net and the pager host and port are 
correctly entered."), _("Yahoo Connect Failed"));
+               do_message_dialog(_("Could not connect to Yahoo server.  Please 
verify that you are connected to the net and the pager host and port are 
correctly entered."), _("Yahoo Connect Failed"), 0);
                return;
        }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]