ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/sms sms.c,1.3,1.4


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

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

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

Index: sms.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/sms/sms.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sms.c       17 Jan 2003 04:38:53 -0000      1.3
+++ sms.c       23 Jan 2003 06:34:26 -0000      1.4
@@ -426,8 +426,8 @@
 
 static void eb_sms_send_file(eb_local_account *from, eb_account *to, char 
*file)
 {
-       do_error_dialog(_("You cannot send files through SMS"), 
-                       _("SMS send file"));
+       do_message_dialog(_("You cannot send files through SMS"), 
+                       _("SMS send file"), 0);
 }
 
 static void eb_sms_send_im(eb_local_account * account_from, 





reply via email to

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