Include cleanups (config.h)

This commit is contained in:
Lucas Almeida Rocha 2005-07-06 20:13:11 +00:00
parent 5c4fbfd1f2
commit 4c328078b6
13 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2005-07-04 Lucas Rocha <lucasr@cvs.gnome.org>
* src/calendar.c, src/entry.c, src/fileselection.c,
src/msg.c, src/notification.c, src/option.c,
src/progress.c, src/text.c, src/tree.c, src/util.c:
include cleanups (config.h).
2005-07-04 Lucas Rocha <lucasr@cvs.gnome.org> 2005-07-04 Lucas Rocha <lucasr@cvs.gnome.org>
* THANKS, src/about.c: Update. * THANKS, src/about.c: Update.

View File

@ -1,3 +1,7 @@
2005-07-06 Lucas Rocha <lucasr@cvs.gnome.org>
* es.po: Fix build problem.
2005-07-06 Marcel Telka <marcel@telka.sk> 2005-07-06 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation. * sk.po: Updated Slovak translation.

View File

@ -86,7 +86,7 @@ msgstr ""
#: ../src/tree.c:324 #: ../src/tree.c:324
msgid "You should use only one List dialog type.\n" msgid "You should use only one List dialog type.\n"
msgstr "Debería usar sólo un tipo de diálogo List.\\n" msgstr "Debería usar sólo un tipo de diálogo List.\n"
#: ../src/zenity.glade.h:1 #: ../src/zenity.glade.h:1
msgid "*" msgid "*"

View File

@ -21,6 +21,8 @@
* Authors: Glynn Foster <glynn.foster@sun.com> * Authors: Glynn Foster <glynn.foster@sun.com>
*/ */
#include "config.h"
#include <glade/glade.h> #include <glade/glade.h>
#include <time.h> #include <time.h>
#include "zenity.h" #include "zenity.h"

View File

@ -21,6 +21,8 @@
* Authors: Glynn Foster <glynn.foster@sun.com> * Authors: Glynn Foster <glynn.foster@sun.com>
*/ */
#include "config.h"
#include <glade/glade.h> #include <glade/glade.h>
#include "zenity.h" #include "zenity.h"
#include "util.h" #include "util.h"

View File

@ -21,7 +21,10 @@
* Authors: Glynn Foster <glynn.foster@sun.com> * Authors: Glynn Foster <glynn.foster@sun.com>
*/ */
#include "config.h"
#include <glade/glade.h> #include <glade/glade.h>
#include <string.h>
#include "zenity.h" #include "zenity.h"
#include "util.h" #include "util.h"

View File

@ -21,6 +21,8 @@
* Authors: Glynn Foster <glynn.foster@sun.com> * Authors: Glynn Foster <glynn.foster@sun.com>
*/ */
#include "config.h"
#include <glade/glade.h> #include <glade/glade.h>
#include "zenity.h" #include "zenity.h"
#include "util.h" #include "util.h"

View File

@ -21,8 +21,11 @@
* Authors: Glynn Foster <glynn.foster@sun.com> * Authors: Glynn Foster <glynn.foster@sun.com>
*/ */
#include <config.h>
#include <glade/glade.h> #include <glade/glade.h>
#include <time.h> #include <time.h>
#include <string.h>
#include "zenity.h" #include "zenity.h"
#include "eggtrayicon.h" #include "eggtrayicon.h"
#include "util.h" #include "util.h"

View File

@ -22,8 +22,12 @@
* Lucas Rocha <lucasr@im.ufba.br> * Lucas Rocha <lucasr@im.ufba.br>
*/ */
#include "config.h"
#include "option.h" #include "option.h"
#include <time.h> #include <time.h>
#include <stdlib.h>
#include <string.h>
/* General Options */ /* General Options */
gchar *zenity_general_dialog_title; gchar *zenity_general_dialog_title;

View File

@ -21,6 +21,8 @@
* Authors: Glynn Foster <glynn.foster@sun.com> * Authors: Glynn Foster <glynn.foster@sun.com>
*/ */
#include "config.h"
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -21,6 +21,8 @@
* Authors: Glynn Foster <glynn.foster@sun.com> * Authors: Glynn Foster <glynn.foster@sun.com>
*/ */
#include "config.h"
#include <glade/glade.h> #include <glade/glade.h>
#include "zenity.h" #include "zenity.h"
#include "util.h" #include "util.h"

View File

@ -23,6 +23,8 @@
* Kristian Rietveld <kris@gtk.org> * Kristian Rietveld <kris@gtk.org>
*/ */
#include "config.h"
#include <glade/glade.h> #include <glade/glade.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -27,6 +27,8 @@
* Tom Tromey <tromey@redhat.com> * Tom Tromey <tromey@redhat.com>
*/ */
#include "config.h"
#include <stdio.h> #include <stdio.h>
#include <locale.h> #include <locale.h>
#include <errno.h> #include <errno.h>