[Pingus-Devel] Re: Pingus-Devel Digest, Vol 69, Issue 1

2009-11-22 Thread Ysangkok
why use "cstdio" when you're using "string.h". why not "cstring"?

url to patch that works:
http://lists.gnu.org/archive/html/pingus-devel/2009-11/txt4tlZ8RNZza.txt

On Sun, Nov 22, 2009 at 6:00 PM,   wrote:
> Send Pingus-Devel mailing list submissions to
>        pingus-de...@nongnu.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.nongnu.org/mailman/listinfo/pingus-devel
> or, via email, send a message with subject or body 'help' to
>        pingus-devel-requ...@nongnu.org
>
> You can reach the person managing the list at
>        pingus-devel-ow...@nongnu.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Pingus-Devel digest..."
>
>
> Today's Topics:
>
>   1.  pingus patch (Joop Boonen)
>
>
> --
>
> Message: 1
> Date: Sun, 22 Nov 2009 18:00:02 +0100
> From: "Joop Boonen" 
> Subject: [Pingus-Devel] pingus patch
> To: pingus-devel@nongnu.org
> Message-ID:
>        
> Content-Type: text/plain; charset="iso-8859-1"
>
> Dear Developers,
>
> Can the attached patch please be applied to the pingus source code.
>
> It are missing includes. The patch is created by various openSuSE people.
>
> Regards,
>
> Joop.
> -- next part --
> A non-text attachment was scrubbed...
> Name: pingus-0.7.2-includes.patch
> Type: text/x-patch
> Size: 858 bytes
> Desc: not available
> Url : 
> http://lists.gnu.org/pipermail/pingus-devel/attachments/20091122/a23a03cd/pingus-0.7.2-includes.bin
>
> --
>
> ___
> Pingus-Devel mailing list
> Pingus-Devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/pingus-devel
>
>
> End of Pingus-Devel Digest, Vol 69, Issue 1
> ***
>


___
Pingus-Devel mailing list
Pingus-Devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pingus-devel


Re: [Pingus-Devel] pingus patch

2009-11-22 Thread Pacho Ramos
El dom, 22-11-2009 a las 18:00 +0100, Joop Boonen escribió:
> Dear Developers,
> 
> Can the attached patch please be applied to the pingus source code.
> 
> It are missing includes. The patch is created by various openSuSE people.
> 
> Regards,
> 
> Joop.
> ___
> Pingus-Devel mailing list
> Pingus-Devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/pingus-devel

I have also seen a lot of recent changes in SVN tree, will be a 0.7.3
version released soon?

Thanks for the info :-)



___
Pingus-Devel mailing list
Pingus-Devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pingus-devel


[Pingus-Devel] pingus patch

2009-11-22 Thread Joop Boonen
Dear Developers,

Can the attached patch please be applied to the pingus source code.

It are missing includes. The patch is created by various openSuSE people.

Regards,

Joop.diff -Naur pingus-0.7.2-old/src/input/evdev_device.cpp pingus-0.7.2/src/input/evdev_device.cpp
--- pingus-0.7.2-old/src/input/evdev_device.cpp	2007-10-01 19:24:54.0 +0200
+++ pingus-0.7.2/src/input/evdev_device.cpp	2009-11-22 14:33:19.0 +0100
@@ -25,6 +25,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 
 
 #include "evdev_device.hpp"
 
diff -Naur pingus-0.7.2-old/src/tinygettext/po_file_reader.cpp pingus-0.7.2/src/tinygettext/po_file_reader.cpp
--- pingus-0.7.2-old/src/tinygettext/po_file_reader.cpp	2007-10-18 19:54:01.0 +0200
+++ pingus-0.7.2/src/tinygettext/po_file_reader.cpp	2009-11-22 14:33:47.0 +0100
@@ -24,6 +24,7 @@
 #include 
 #include 
 #include 
+#include 
 #include "iconv.hpp"
 #include "po_file_reader.hpp"
 ___
Pingus-Devel mailing list
Pingus-Devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pingus-devel