Replace #include <gtk/gtk.h> Remove #include <gnome.h> Replace #include
2001-03-29 Kjartan Maraas <kmaraas@gnome.org> * e-dropdown-button.c: Replace #include <gtk/gtk.h> * e-dropdown-button.h: Remove #include <gnome.h> * e-filter-bar.c: Replace #include <gtk/gtk.h> * e-filter-bar.h: Replace #include <gtk/gtk.h> * e-messagebox.c: Add #includes to count for removed <gnome.h> in e-messagebox.h: * e-messagebox.h: Replace #include <gnome.h> * e-search-bar.c: Replace #include <gnome.h> * e-search-bar.h: Same here * test-calendar.c: Remove #include <gnome.h> * test-dateedit.c: Replace #include <gnome.h> * test-dropdown-button.c: Same here. * test-title-bar.c: Same here. svn path=/trunk/; revision=9018
This commit is contained in:
committed by
Kjartan Maraas
parent
c72573f31b
commit
69dd62ddd0
@ -1,3 +1,19 @@
|
||||
2001-03-29 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* e-dropdown-button.c: Replace #include <gtk/gtk.h>
|
||||
* e-dropdown-button.h: Remove #include <gnome.h>
|
||||
* e-filter-bar.c: Replace #include <gtk/gtk.h>
|
||||
* e-filter-bar.h: Replace #include <gtk/gtk.h>
|
||||
* e-messagebox.c: Add #includes to count for removed <gnome.h> in
|
||||
e-messagebox.h:
|
||||
* e-messagebox.h: Replace #include <gnome.h>
|
||||
* e-search-bar.c: Replace #include <gnome.h>
|
||||
* e-search-bar.h: Same here
|
||||
* test-calendar.c: Remove #include <gnome.h>
|
||||
* test-dateedit.c: Replace #include <gnome.h>
|
||||
* test-dropdown-button.c: Same here.
|
||||
* test-title-bar.c: Same here.
|
||||
|
||||
2001-03-22 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* e-filter-bar.c (rule_editor_clicked): Validate the filter rule.
|
||||
|
||||
@ -28,7 +28,11 @@
|
||||
#endif
|
||||
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <stdio.h>
|
||||
#include <gtk/gtkarrow.h>
|
||||
#include <gtk/gtklabel.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <libgnomeui/gnome-popup-menu.h>
|
||||
#include <gal/util/e-util.h>
|
||||
|
||||
#include "e-dropdown-button.h"
|
||||
|
||||
@ -31,8 +31,6 @@
|
||||
#include <gtk/gtktogglebutton.h>
|
||||
#include <gtk/gtkmenu.h>
|
||||
|
||||
#include <gnome.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
|
||||
@ -25,7 +25,10 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib.h>
|
||||
#include <libgnome/gnome-defs.h>
|
||||
#include <libgnome/gnome-i18n.h>
|
||||
#include <libgnomeui/gnome-stock.h>
|
||||
|
||||
#include "e-dropdown-button.h"
|
||||
#include "e-filter-bar.h"
|
||||
|
||||
@ -21,7 +21,8 @@
|
||||
#ifndef __E_FILTER_BAR_H__
|
||||
#define __E_FILTER_BAR_H__
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <gtk/gtkobject.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include "e-search-bar.h"
|
||||
|
||||
#include "filter/rule-context.h"
|
||||
|
||||
@ -24,6 +24,17 @@
|
||||
#include <stdarg.h>
|
||||
#include <string.h> /* for strcmp */
|
||||
|
||||
#include <glib.h>
|
||||
#include <gtk/gtkalignment.h>
|
||||
#include <gtk/gtkcheckbutton.h>
|
||||
#include <gtk/gtkhbox.h>
|
||||
#include <gtk/gtklabel.h>
|
||||
#include <libgnome/gnome-defs.h>
|
||||
#include <libgnome/gnome-i18n.h>
|
||||
#include <libgnome/gnome-triggers.h>
|
||||
#include <libgnome/gnome-util.h>
|
||||
#include <libgnomeui/gnome-pixmap.h>
|
||||
#include <libgnomeui/gnome-uidefs.h>
|
||||
#include "e-messagebox.h"
|
||||
|
||||
#define E_MESSAGE_BOX_WIDTH 425
|
||||
|
||||
@ -23,7 +23,9 @@
|
||||
#ifndef __E_MESSAGE_BOX_H__
|
||||
#define __E_MESSAGE_BOX_H__
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <libgnomeui/gnome-dialog.h>
|
||||
|
||||
BEGIN_GNOME_DECLS
|
||||
|
||||
|
||||
@ -25,8 +25,11 @@
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <gnome.h>
|
||||
|
||||
#include <stdio.h> /* printf */
|
||||
#include <glib.h>
|
||||
#include <libgnome/gnome-defs.h>
|
||||
#include <libgnome/gnome-i18n.h>
|
||||
#include "e-search-bar.h"
|
||||
#include "e-dropdown-button.h"
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
#ifndef __E_SEARCH_BAR_H__
|
||||
#define __E_SEARCH_BAR_H__
|
||||
|
||||
#include <gnome.h>
|
||||
#include <gtk/gtkhbox.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@ -30,8 +30,6 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <gnome.h>
|
||||
|
||||
#include "e-calendar.h"
|
||||
|
||||
/* Drag and Drop stuff. */
|
||||
|
||||
@ -30,8 +30,13 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <gnome.h>
|
||||
|
||||
#include <glib.h>
|
||||
#include <gtk/gtkbutton.h>
|
||||
#include <gtk/gtkmain.h>
|
||||
#include <gtk/gtktable.h>
|
||||
#include <gtk/gtkwindow.h>
|
||||
#include <libgnomeui/gnome-app.h>
|
||||
#include <libgnomeui/gnome-init.h>
|
||||
#include "e-dateedit.h"
|
||||
|
||||
static void delete_event_cb (GtkWidget *widget,
|
||||
|
||||
@ -27,8 +27,15 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <gnome.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <glib.h>
|
||||
#include <gtk/gtkmain.h>
|
||||
#include <gtk/gtkmenu.h>
|
||||
#include <gtk/gtkwindow.h>
|
||||
#include <libgnomeui/gnome-app.h>
|
||||
#include <libgnomeui/gnome-app-helper.h>
|
||||
#include <libgnomeui/gnome-init.h>
|
||||
#include <libgnomeui/gnome-stock.h>
|
||||
#include "e-dropdown-button.h"
|
||||
|
||||
|
||||
|
||||
@ -25,8 +25,12 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <gnome.h>
|
||||
|
||||
#include <gtk/gtkbox.h>
|
||||
#include <gtk/gtkmain.h>
|
||||
#include <gtk/gtktext.h>
|
||||
#include <gtk/gtkvbox.h>
|
||||
#include <libgnomeui/gnome-app.h>
|
||||
#include <libgnomeui/gnome-init.h>
|
||||
#include "e-title-bar.h"
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user