Include cleanups (config.h)
This commit is contained in:
parent
5c4fbfd1f2
commit
4c328078b6
@ -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>
|
||||
|
||||
* THANKS, src/about.c: Update.
|
||||
|
@ -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>
|
||||
|
||||
* sk.po: Updated Slovak translation.
|
||||
|
2
po/es.po
2
po/es.po
@ -86,7 +86,7 @@ msgstr ""
|
||||
|
||||
#: ../src/tree.c:324
|
||||
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
|
||||
msgid "*"
|
||||
|
@ -21,6 +21,8 @@
|
||||
* Authors: Glynn Foster <glynn.foster@sun.com>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glade/glade.h>
|
||||
#include <time.h>
|
||||
#include "zenity.h"
|
||||
|
@ -21,6 +21,8 @@
|
||||
* Authors: Glynn Foster <glynn.foster@sun.com>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glade/glade.h>
|
||||
#include "zenity.h"
|
||||
#include "util.h"
|
||||
|
@ -21,7 +21,10 @@
|
||||
* Authors: Glynn Foster <glynn.foster@sun.com>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glade/glade.h>
|
||||
#include <string.h>
|
||||
#include "zenity.h"
|
||||
#include "util.h"
|
||||
|
||||
|
@ -21,6 +21,8 @@
|
||||
* Authors: Glynn Foster <glynn.foster@sun.com>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glade/glade.h>
|
||||
#include "zenity.h"
|
||||
#include "util.h"
|
||||
|
@ -21,8 +21,11 @@
|
||||
* Authors: Glynn Foster <glynn.foster@sun.com>
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <glade/glade.h>
|
||||
#include <time.h>
|
||||
#include <string.h>
|
||||
#include "zenity.h"
|
||||
#include "eggtrayicon.h"
|
||||
#include "util.h"
|
||||
|
@ -22,8 +22,12 @@
|
||||
* Lucas Rocha <lucasr@im.ufba.br>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "option.h"
|
||||
#include <time.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
/* General Options */
|
||||
gchar *zenity_general_dialog_title;
|
||||
|
@ -21,6 +21,8 @@
|
||||
* Authors: Glynn Foster <glynn.foster@sun.com>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -21,6 +21,8 @@
|
||||
* Authors: Glynn Foster <glynn.foster@sun.com>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glade/glade.h>
|
||||
#include "zenity.h"
|
||||
#include "util.h"
|
||||
|
@ -23,6 +23,8 @@
|
||||
* Kristian Rietveld <kris@gtk.org>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glade/glade.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -27,6 +27,8 @@
|
||||
* Tom Tromey <tromey@redhat.com>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <locale.h>
|
||||
#include <errno.h>
|
||||
|
Reference in New Issue
Block a user