contact-lookup-applet r292 - in trunk: . src
- From: pgrzeg svn gnome org
- To: svn-commits-list gnome org
- Subject: contact-lookup-applet r292 - in trunk: . src
- Date: Mon, 15 Dec 2008 12:48:44 +0000 (UTC)
Author: pgrzeg
Date: Mon Dec 15 12:48:43 2008
New Revision: 292
URL: http://svn.gnome.org/viewvc/contact-lookup-applet?rev=292&view=rev
Log:
2008-12-12 PrzemysÅaw Grzegorczyk <pgrzegorczyk gmail com>
* src/glade-utils.c:
* src/glade-utils.h:
* src/e-contact-entry.c:
* src/e-contact-entry.h:
* src/contact-lookup-applet.c:
* src/contact-lookup-applet.h:
* src/contact-dialog.h: Cleaned up gtk includes
to use only toplevel headers. Bug #564249
Modified:
trunk/ChangeLog
trunk/src/contact-dialog.h
trunk/src/contact-lookup-applet.c
trunk/src/contact-lookup-applet.h
trunk/src/e-contact-entry.c
trunk/src/e-contact-entry.h
trunk/src/glade-utils.c
trunk/src/glade-utils.h
Modified: trunk/src/contact-dialog.h
==============================================================================
--- trunk/src/contact-dialog.h (original)
+++ trunk/src/contact-dialog.h Mon Dec 15 12:48:43 2008
@@ -27,7 +27,7 @@
#include "config.h"
#endif /* HAVE_CONFIG_H */
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
#include <libebook/e-contact.h>
GtkWidget *contact_dialog_new (/*const*/ EContact *contact, const char *identifier);
Modified: trunk/src/contact-lookup-applet.c
==============================================================================
--- trunk/src/contact-lookup-applet.c (original)
+++ trunk/src/contact-lookup-applet.c Mon Dec 15 12:48:43 2008
@@ -31,10 +31,6 @@
#include <string.h>
#include <glib/gi18n.h>
-#include <gtk/gtkbutton.h>
-#include <gtk/gtkhbox.h>
-#include <gtk/gtkmessagedialog.h>
-#include <gtk/gtkaboutdialog.h>
#include <bonobo/bonobo-ui-component.h>
#include <panel-applet-gconf.h>
#include <libebook/e-book.h>
Modified: trunk/src/contact-lookup-applet.h
==============================================================================
--- trunk/src/contact-lookup-applet.h (original)
+++ trunk/src/contact-lookup-applet.h Mon Dec 15 12:48:43 2008
@@ -29,9 +29,7 @@
#include <panel-applet.h>
#include <gconf/gconf-client.h>
-#include <gtk/gtkwidget.h>
-#include <gtk/gtkliststore.h>
-#include <gtk/gtktooltips.h>
+#include <gtk/gtk.h>
#include "e-contact-entry.h"
typedef struct _EvoLookupApplet {
Modified: trunk/src/e-contact-entry.c
==============================================================================
--- trunk/src/e-contact-entry.c (original)
+++ trunk/src/e-contact-entry.c Mon Dec 15 12:48:43 2008
@@ -38,12 +38,6 @@
#include <glib.h>
#include <glib/gi18n.h>
-#include <gtk/gtkentry.h>
-#include <gtk/gtkentrycompletion.h>
-#include <gtk/gtkcelllayout.h>
-#include <gtk/gtkcellrenderertext.h>
-#include <gtk/gtkcellrendererpixbuf.h>
-
#include <libedataserver/e-source.h>
#include <libebook/e-book.h>
#include <libebook/e-book-view.h>
Modified: trunk/src/e-contact-entry.h
==============================================================================
--- trunk/src/e-contact-entry.h (original)
+++ trunk/src/e-contact-entry.h Mon Dec 15 12:48:43 2008
@@ -26,7 +26,7 @@
#include <libedataserver/e-source-group.h>
#include <libedataserver/e-source-list.h>
#include <libebook/e-contact.h>
-#include <gtk/gtkentry.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
Modified: trunk/src/glade-utils.c
==============================================================================
--- trunk/src/glade-utils.c (original)
+++ trunk/src/glade-utils.c Mon Dec 15 12:48:43 2008
@@ -26,9 +26,7 @@
#include <glib/gi18n.h>
#include <glade/glade-xml.h>
-#include <gtk/gtkimage.h>
-#include <gtk/gtksizegroup.h>
-#include <gtk/gtkicontheme.h>
+#include <gtk/gtk.h>
/*
* This code is taken from Gossip, (C) 2003 Imendio.
Modified: trunk/src/glade-utils.h
==============================================================================
--- trunk/src/glade-utils.h (original)
+++ trunk/src/glade-utils.h Mon Dec 15 12:48:43 2008
@@ -32,8 +32,7 @@
*/
#include <glade/glade-xml.h>
-#include <gtk/gtkimage.h>
-#include <gtk/gtksizegroup.h>
+#include <gtk/gtk.h>
void utils_glade_get_file_simple (const gchar *filename,
const gchar *root, const gchar *domain,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]