]> Pileus Git - ~andy/gtk/commitdiff
Revert #508760
authorJohan Dahlin <johan@src.gnome.org>
Sun, 9 Mar 2008 22:56:29 +0000 (22:56 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Sun, 9 Mar 2008 22:56:29 +0000 (22:56 +0000)
svn path=/trunk/; revision=19740

ChangeLog
gtk/gtkitemfactory.h

index a845af3477b48128a4e485e30a31f9c69c2aa634..3f9cae8e5bbfb8d0804fcb3ed4644e11ca2e037c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2008-03-02  Johan Dahlin  <johan@gnome.org>
 
-       * gtk/gtkitemfactory.h: Use void instead of empty arguments.
-       (#508760, Philip Van Hoof)
-
        * gtk/gtkiconview.c (gtk_icon_view_paint_item): 
        Remove left-over focus_pad variable.
        (#490892, Claudio Saavedra)
index bf301f9ccef4e23174afa46d625b523719626deb..009992f125d8665a06a6661d359e0c1d1ae6c3ba 100644 (file)
@@ -44,7 +44,7 @@ typedef void  (*GtkPrintFunc)            (gpointer             func_data,
  * (Note that if we are included from a C++ program () will mean
  * (void) so an explicit cast will be needed.)
  */
-typedef        void    (*GtkItemFactoryCallback)  (void);
+typedef        void    (*GtkItemFactoryCallback)  ();
 typedef        void    (*GtkItemFactoryCallback1) (gpointer             callback_data,
                                            guint                callback_action,
                                            GtkWidget           *widget);