Revision: 1829
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1829&view=rev
Author:   phantom_sf
Date:     2007-12-13 15:42:25 -0800 (Thu, 13 Dec 2007)

Log Message:
-----------
2007-12-13 P.G. Richardson <phantom_sf at users.sourceforge.net>

  * stock_icons.c
  
    Squashed some compiler warnings.

Modified Paths:
--------------
    gtkpod/trunk/ChangeLog_detailed
    gtkpod/trunk/src/stock_icons.c

Modified: gtkpod/trunk/ChangeLog_detailed
===================================================================
--- gtkpod/trunk/ChangeLog_detailed     2007-12-13 23:02:12 UTC (rev 1828)
+++ gtkpod/trunk/ChangeLog_detailed     2007-12-13 23:42:25 UTC (rev 1829)
@@ -1,5 +1,11 @@
 2007-12-13 P.G. Richardson <phantom_sf at users.sourceforge.net>
 
+  * stock_icons.c
+  
+    Squashed some compiler warnings.
+    
+2007-12-13 P.G. Richardson <phantom_sf at users.sourceforge.net>
+
   * src/context_menus.c
     src/display_photo.h
     src/display_photo.c

Modified: gtkpod/trunk/src/stock_icons.c
===================================================================
--- gtkpod/trunk/src/stock_icons.c      2007-12-13 23:02:12 UTC (rev 1828)
+++ gtkpod/trunk/src/stock_icons.c      2007-12-13 23:42:25 UTC (rev 1829)
@@ -27,7 +27,7 @@
 
 #include "stock_icons.h"
 
-static void register_stock_icon (gchar *path, int stockid);
+static void register_stock_icon (gchar *path, const gchar *stockid);
 
 /**
  * stockid_init
@@ -116,7 +116,7 @@
  * as stock items should they be required.
  *  
  */
-static void register_stock_icon (gchar *path, int stockid)
+static void register_stock_icon (gchar *path, const gchar *stockid)
 {
         GError *error = NULL;
         GdkPixbuf *image;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to