include config.h #61395.
2004-07-20 Not Zed <NotZed@Ximian.com> * gui/widgets/eab-contact-display.c: * gui/contact-editor/eab-editor.c: * gui/component/addressbook-migrate.c: include config.h #61395. svn path=/trunk/; revision=26693
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2004-07-20 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
* gui/widgets/eab-contact-display.c:
|
||||
* gui/contact-editor/eab-editor.c:
|
||||
* gui/component/addressbook-migrate.c: include config.h #61395.
|
||||
|
||||
2004-07-21 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
[ fixes #60508 ]
|
||||
|
||||
@ -19,6 +19,10 @@
|
||||
* Author: Chris Toshok (toshok@ximian.com)
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
@ -18,6 +18,10 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkstock.h>
|
||||
#include <gtk/gtkmessagedialog.h>
|
||||
#include <libgnome/gnome-i18n.h>
|
||||
|
||||
@ -20,6 +20,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "eab-contact-display.h"
|
||||
|
||||
#include "eab-gui-util.h"
|
||||
|
||||
Reference in New Issue
Block a user