CVS: sylpheed-claws/src/common socket.c,1.13.2.20,1.13.2.21
Colin Leroy <[email protected]>
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/sylpheed-claws/sylpheed-claws/src/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15728/src/common
Modified Files:
Tag: gtk2
socket.c
Log Message:
2006-04-25 [cleroy] 2.1.1cvs34
* src/compose.c
* src/gtk/gtkaspell.c
Fix crash on redirect (related to the return
of the aspell menu in compose's toolbar)
* src/image_viewer.c
* src/prefs_msg_colors.c
* src/gtk/pluginwindow.c
* src/gtk/prefswindow.c
Change released signals to clicked (Fabien)
* po/POTFILES.in
* src/common/socket.c
* src/plugins/spamassassin/spamassassin.c
Translate strings (Fabien)
Index: socket.c
===================================================================
RCS file: /cvsroot/sylpheed-claws/sylpheed-claws/src/common/socket.c,v
retrieving revision 1.13.2.20
retrieving revision 1.13.2.21
diff -u -r1.13.2.20 -r1.13.2.21
--- socket.c 13 Jan 2006 17:24:18 -0000 1.13.2.20
+++ socket.c 25 Apr 2006 16:59:46 -0000 1.13.2.21
@@ -22,6 +22,8 @@
#endif
#include <glib.h>
+#include <glib/gi18n.h>
+
#include <sys/time.h>
#include <sys/types.h>
#ifdef G_OS_WIN32
@@ -1327,7 +1329,7 @@
n = write(fd, buf, len);
if (n <= 0) {
- log_error("write on fd%d: %s\n", fd, strerror(errno));
+ log_error(_("write on fd%d: %s\n"), fd, strerror(errno));
return -1;
}
len -= n;
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642