GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). Patch
2009-01-09 Lucas Rocha <lucasr@gnome.org> * src/main.c: * src/option.h: GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). Patch from Pedro Fragoso <ember@ubuntu.com>. svn path=/trunk/; revision=1462
This commit is contained in:
parent
ec48400510
commit
bd9e29d33a
@ -1,3 +1,10 @@
|
|||||||
|
2009-01-09 Lucas Rocha <lucasr@gnome.org>
|
||||||
|
|
||||||
|
* src/main.c:
|
||||||
|
* src/option.h:
|
||||||
|
GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855).
|
||||||
|
Patch from Pedro Fragoso <ember@ubuntu.com>.
|
||||||
|
|
||||||
2009-01-09 Lucas Rocha <lucasr@gnome.org>
|
2009-01-09 Lucas Rocha <lucasr@gnome.org>
|
||||||
|
|
||||||
* src/fileselection.c (zenity_fileselection): correctly handle
|
* src/fileselection.c (zenity_fileselection): correctly handle
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "option.h"
|
#include "option.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <glib/goption.h>
|
#include <glib.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <langinfo.h>
|
#include <langinfo.h>
|
||||||
#ifdef HAVE_LOCALE_H
|
#ifdef HAVE_LOCALE_H
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#define OPTION_H
|
#define OPTION_H
|
||||||
|
|
||||||
#include "zenity.h"
|
#include "zenity.h"
|
||||||
#include <glib/goption.h>
|
#include <glib.h>
|
||||||
#include <langinfo.h>
|
#include <langinfo.h>
|
||||||
#ifdef HAVE_LOCALE_H
|
#ifdef HAVE_LOCALE_H
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
Reference in New Issue
Block a user