Author: jhaitsma
Date: Sat Feb 16 23:21:00 2008
New Revision: 99
URL: http://svn.gnome.org/viewvc/netspeed?rev=99&view=rev

Log:
2008-02-17  Jaap Haitsma  <[EMAIL PROTECTED]>

        * src/backend.c:
        * src/netspeed.c:
        Minor coding style fixes


Modified:
   trunk/ChangeLog
   trunk/src/backend.c
   trunk/src/netspeed.c

Modified: trunk/src/backend.c
==============================================================================
--- trunk/src/backend.c (original)
+++ trunk/src/backend.c Sat Feb 16 23:21:00 2008
@@ -17,7 +17,10 @@
  *  Netspeed Applet was writen by Jörgen Scheibengruber <[EMAIL PROTECTED]>
  */
 
-#include <config.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif 
+
 #include <glibtop/netlist.h>
 #include <glibtop/netload.h>
 #include <iwlib.h>

Modified: trunk/src/netspeed.c
==============================================================================
--- trunk/src/netspeed.c        (original)
+++ trunk/src/netspeed.c        Sat Feb 16 23:21:00 2008
@@ -17,7 +17,9 @@
  *  Netspeed Applet was writen by Jörgen Scheibengruber <[EMAIL PROTECTED]>
  */
 
+#ifdef HAVE_CONFIG_H
 #include "config.h"
+#endif 
 
 #include <gnome.h>
 #include <panel-applet.h>
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to