evolution r36699 - in trunk: addressbook addressbook/gui/contact-editor addressbook/gui/widgets calendar calendar/gui e-util shell shell/importer shell/test widgets widgets/menus widgets/misc widgets/table
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36699 - in trunk: addressbook addressbook/gui/contact-editor addressbook/gui/widgets calendar calendar/gui e-util shell shell/importer shell/test widgets widgets/menus widgets/misc widgets/table
- Date: Thu, 30 Oct 2008 16:52:23 +0000 (UTC)
Author: mbarnes
Date: Thu Oct 30 16:52:23 2008
New Revision: 36699
URL: http://svn.gnome.org/viewvc/evolution?rev=36699&view=rev
Log:
2008-10-30 Matthew Barnes <mbarnes redhat com>
* addressbook/gui/contact-editor/test-editor.c:
* addressbook/gui/widgets/e-minicard-label.c:
* addressbook/gui/widgets/e-minicard-view-widget.c:
* addressbook/gui/widgets/test-reflow.c:
* calendar/gui/control-factory.c:
* calendar/gui/e-calendar-table.c:
* calendar/gui/e-week-view-event-item.c:
* calendar/gui/weekday-picker.c:
* e-util/e-icon-factory.c:
* shell/importer/evolution-importer-client.h:
* shell/importer/intelligent.c:
* shell/test/evolution-test-component.c:
* widgets/menus/gal-view-menus.c:
* widgets/misc/e-activity-handler.c:
* widgets/table/e-table-config-field.h:
Only include the toplevel GTK+ header.
Modified:
trunk/addressbook/ChangeLog
trunk/addressbook/gui/contact-editor/test-editor.c
trunk/addressbook/gui/widgets/e-minicard-label.c
trunk/addressbook/gui/widgets/e-minicard-view-widget.c
trunk/addressbook/gui/widgets/test-reflow.c
trunk/calendar/ChangeLog
trunk/calendar/gui/control-factory.c
trunk/calendar/gui/e-calendar-table.c
trunk/calendar/gui/e-week-view-event-item.c
trunk/calendar/gui/weekday-picker.c
trunk/e-util/ChangeLog
trunk/e-util/e-icon-factory.c
trunk/shell/ChangeLog
trunk/shell/importer/evolution-importer-client.h
trunk/shell/importer/intelligent.c
trunk/shell/test/evolution-test-component.c
trunk/widgets/ChangeLog
trunk/widgets/menus/gal-view-menus.c
trunk/widgets/misc/e-activity-handler.c
trunk/widgets/table/e-table-config-field.h
Modified: trunk/addressbook/gui/contact-editor/test-editor.c
==============================================================================
--- trunk/addressbook/gui/contact-editor/test-editor.c (original)
+++ trunk/addressbook/gui/contact-editor/test-editor.c Thu Oct 30 16:52:23 2008
@@ -23,7 +23,7 @@
#include "config.h"
#include <stdlib.h>
-#include <gtk/gtkmain.h>
+#include <gtk/gtk.h>
#include <libgnomeui/gnome-app.h>
#include <libgnomeui/gnome-ui-init.h>
#include <glade/glade.h>
Modified: trunk/addressbook/gui/widgets/e-minicard-label.c
==============================================================================
--- trunk/addressbook/gui/widgets/e-minicard-label.c (original)
+++ trunk/addressbook/gui/widgets/e-minicard-label.c Thu Oct 30 16:52:23 2008
@@ -25,7 +25,7 @@
#include "e-minicard-label.h"
#include "eab-marshal.h"
-#include <gtk/gtksignal.h>
+#include <gtk/gtk.h>
#include <libgnomecanvas/gnome-canvas-rect-ellipse.h>
#include <glib/gi18n.h>
#include <e-util/e-util.h>
Modified: trunk/addressbook/gui/widgets/e-minicard-view-widget.c
==============================================================================
--- trunk/addressbook/gui/widgets/e-minicard-view-widget.c (original)
+++ trunk/addressbook/gui/widgets/e-minicard-view-widget.c Thu Oct 30 16:52:23 2008
@@ -22,7 +22,7 @@
#include <config.h>
-#include <gtk/gtksignal.h>
+#include <gtk/gtk.h>
#include <misc/e-canvas-background.h>
#include <misc/e-canvas.h>
#include <glib/gi18n.h>
Modified: trunk/addressbook/gui/widgets/test-reflow.c
==============================================================================
--- trunk/addressbook/gui/widgets/test-reflow.c (original)
+++ trunk/addressbook/gui/widgets/test-reflow.c Thu Oct 30 16:52:23 2008
@@ -50,8 +50,7 @@
#include "config.h"
-#include <gtk/gtkmain.h>
-#include <gtk/gtkvbox.h>
+#include <gtk/gtk.h>
#include <libgnomeui/gnome-canvas-rect-ellipse.h>
#include <libgnomeui/gnome-init.h>
#include <misc/e-canvas.h>
Modified: trunk/calendar/gui/control-factory.c
==============================================================================
--- trunk/calendar/gui/control-factory.c (original)
+++ trunk/calendar/gui/control-factory.c Thu Oct 30 16:52:23 2008
@@ -22,7 +22,7 @@
#include <config.h>
#include <string.h>
-#include <gtk/gtksignal.h>
+#include <gtk/gtk.h>
#include <glade/glade.h>
#include <bonobo/bonobo-control.h>
#include <bonobo/bonobo-generic-factory.h>
Modified: trunk/calendar/gui/e-calendar-table.c
==============================================================================
--- trunk/calendar/gui/e-calendar-table.c (original)
+++ trunk/calendar/gui/e-calendar-table.c Thu Oct 30 16:52:23 2008
@@ -36,7 +36,7 @@
#include <glib/gi18n.h>
#include <glib/gstdio.h>
#include <gnome.h>
-#include <gtk/gtktooltip.h>
+#include <gtk/gtk.h>
#include <misc/e-gui-utils.h>
#include <table/e-cell-checkbox.h>
#include <table/e-cell-toggle.h>
Modified: trunk/calendar/gui/e-week-view-event-item.c
==============================================================================
--- trunk/calendar/gui/e-week-view-event-item.c (original)
+++ trunk/calendar/gui/e-week-view-event-item.c Thu Oct 30 16:52:23 2008
@@ -33,7 +33,7 @@
#include "e-util/e-categories-config.h"
#include "e-week-view-event-item.h"
-#include <gtk/gtksignal.h>
+#include <gtk/gtk.h>
#include "e-calendar-view.h"
#include "comp-util.h"
Modified: trunk/calendar/gui/weekday-picker.c
==============================================================================
--- trunk/calendar/gui/weekday-picker.c (original)
+++ trunk/calendar/gui/weekday-picker.c Thu Oct 30 16:52:23 2008
@@ -27,7 +27,7 @@
#endif
#include <string.h>
-#include <gtk/gtksignal.h>
+#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <glib/gi18n.h>
#include <libgnomecanvas/gnome-canvas-rect-ellipse.h>
Modified: trunk/e-util/e-icon-factory.c
==============================================================================
--- trunk/e-util/e-icon-factory.c (original)
+++ trunk/e-util/e-icon-factory.c Thu Oct 30 16:52:23 2008
@@ -34,7 +34,7 @@
#include <libgnomeui/gnome-thumbnail.h>
#endif
-#include <gtk/gtkiconfactory.h>
+#include <gtk/gtk.h>
#include "e-icon-factory.h"
#include "e-util-private.h"
Modified: trunk/shell/importer/evolution-importer-client.h
==============================================================================
--- trunk/shell/importer/evolution-importer-client.h (original)
+++ trunk/shell/importer/evolution-importer-client.h Thu Oct 30 16:52:23 2008
@@ -24,7 +24,7 @@
#define EVOLUTION_IMPORTER_CLIENT_H
#include <glib.h>
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
#include <importer/evolution-importer.h>
#include <importer/evolution-importer-listener.h>
Modified: trunk/shell/importer/intelligent.c
==============================================================================
--- trunk/shell/importer/intelligent.c (original)
+++ trunk/shell/importer/intelligent.c Thu Oct 30 16:52:23 2008
@@ -26,25 +26,7 @@
#include "intelligent.h"
-#include <glib.h>
-
-#include <gtk/gtkdrawingarea.h>
-#include <gtk/gtkbox.h>
-#include <gtk/gtkhbox.h>
-#include <gtk/gtkvbox.h>
-#include <gtk/gtkcheckbutton.h>
-#include <gtk/gtklabel.h>
-#include <gtk/gtkmain.h>
-#include <gtk/gtkobject.h>
-#include <gtk/gtktogglebutton.h>
-#include <gtk/gtkwidget.h>
-#include <gtk/gtkwindow.h>
-#include <gtk/gtkframe.h>
-#include <gtk/gtkclist.h>
-#include <gtk/gtknotebook.h>
-#include <gtk/gtkscrolledwindow.h>
-#include <gtk/gtkdialog.h>
-#include <gtk/gtkstock.h>
+#include <gtk/gtk.h>
#include <libgnome/gnome-config.h>
/*#include <libgnome/gnome-util.h>*/
Modified: trunk/shell/test/evolution-test-component.c
==============================================================================
--- trunk/shell/test/evolution-test-component.c (original)
+++ trunk/shell/test/evolution-test-component.c Thu Oct 30 16:52:23 2008
@@ -30,7 +30,7 @@
#include <bonobo/bonobo-shlib-factory.h>
#include <bonobo/bonobo-control.h>
#include <bonobo/bonobo-exception.h>
-#include <gtk/gtklabel.h>
+#include <gtk/gtk.h>
#include "e-task-bar.h"
#include "evolution-test-component.h"
Modified: trunk/widgets/menus/gal-view-menus.c
==============================================================================
--- trunk/widgets/menus/gal-view-menus.c (original)
+++ trunk/widgets/menus/gal-view-menus.c Thu Oct 30 16:52:23 2008
@@ -30,7 +30,7 @@
#include <stdlib.h>
#include <string.h>
-#include <gtk/gtksignal.h>
+#include <gtk/gtk.h>
#include <libxml/parser.h>
#include <libxml/xmlmemory.h>
#include <libgnomeui/gnome-dialog.h>
Modified: trunk/widgets/misc/e-activity-handler.c
==============================================================================
--- trunk/widgets/misc/e-activity-handler.c (original)
+++ trunk/widgets/misc/e-activity-handler.c Thu Oct 30 16:52:23 2008
@@ -26,7 +26,7 @@
#include "e-activity-handler.h"
-#include <gtk/gtksignal.h>
+#include <gtk/gtk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <glib/gi18n.h>
Modified: trunk/widgets/table/e-table-config-field.h
==============================================================================
--- trunk/widgets/table/e-table-config-field.h (original)
+++ trunk/widgets/table/e-table-config-field.h Thu Oct 30 16:52:23 2008
@@ -23,7 +23,7 @@
#ifndef _E_TABLE_CONFIG_FIELD_H_
#define _E_TABLE_CONFIG_FIELD_H_
-#include <gtk/gtkvbox.h>
+#include <gtk/gtk.h>
#include <table/e-table-sort-info.h>
#include <table/e-table-specification.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]