#include gtkarrow.h Likewise

* e-calendar.c: #include gtkarrow.h
	* e-combo-button.c: Likewise

	* e-charset-picker.c: Update for e_notice move

svn path=/trunk/; revision=20499
This commit is contained in:
Dan Winship
2003-03-25 15:48:09 +00:00
parent 233ec93774
commit cb46b4039b
4 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2003-03-25 Dan Winship <danw@ximian.com>
* e-calendar.c: #include gtkarrow.h
* e-combo-button.c: Likewise
* e-charset-picker.c: Update for e_notice move
2003-03-19 Jeffrey Stedfast <fejj@ximian.com>
* e-filter-bar.c: Updated to use GtkDialog instead of

View File

@ -34,6 +34,7 @@
#include "e-calendar.h"
#include <glib.h>
#include <gtk/gtkarrow.h>
#include <gtk/gtkbutton.h>
#include <gtk/gtkmain.h>
#include <gtk/gtkpixmap.h>

View File

@ -23,7 +23,7 @@
#endif
#include "e-charset-picker.h"
#include <gal/widgets/e-gui-utils.h>
#include "e-util/e-dialog-utils.h"
#include <string.h>
#include <iconv.h>
@ -181,7 +181,7 @@ add_other_charset (GtkWidget *menu, GtkWidget *other, char *new_charset)
ic = iconv_open ("UTF-8", new_charset);
if (ic == (iconv_t)-1) {
GtkWidget *window = gtk_widget_get_ancestor (other, GTK_TYPE_WINDOW);
e_notice (GTK_WINDOW (window), GTK_MESSAGE_ERROR,
e_notice (window, GTK_MESSAGE_ERROR,
_("Unknown character set: %s"), new_charset);
return FALSE;
}

View File

@ -26,6 +26,7 @@
#include "e-combo-button.h"
#include <gtk/gtkarrow.h>
#include <gtk/gtkhbox.h>
#include <gtk/gtklabel.h>
#include <gtk/gtkmain.h>