gnome-nettool r797 - in trunk: . src



Author: diegoe
Date: Wed Nov 26 16:17:12 2008
New Revision: 797
URL: http://svn.gnome.org/viewvc/gnome-nettool?rev=797&view=rev

Log:
Don't do single GTK+ includes

Bug 561229 â Cleaning up GTK Includes in gnome-nettool
Patch by Maxim Ermilov

Modified:
   trunk/ChangeLog
   trunk/src/gn-combo-history.h

Modified: trunk/src/gn-combo-history.h
==============================================================================
--- trunk/src/gn-combo-history.h	(original)
+++ trunk/src/gn-combo-history.h	Wed Nov 26 16:17:12 2008
@@ -20,7 +20,7 @@
 #define __GN_COMBO_HISTORY_H__
 
 #include <glib-object.h>
-#include <gtk/gtkcombobox.h>
+#include <gtk/gtk.h>
 
 #define GN_TYPE_COMBO_HISTORY            (gn_combo_history_get_type ())
 #define GN_COMBO_HISTORY(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), GN_TYPE_COMBO_HISTORY, GnComboHistory))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]