summaryrefslogtreecommitdiff
path: root/src/fileselection.c
diff options
context:
space:
mode:
authorFelix Riemann <friemann@gnome.org>2009-07-20 10:23:32 +0200
committerFelix Riemann <friemann@gnome.org>2009-07-20 10:23:32 +0200
commit3f33966167cf2216f813c091d47461c451837602 (patch)
tree3970d9ca9054adb6281202f5475211668000235d /src/fileselection.c
parenthindi update by rajesh Ranjan (diff)
downloadzenity-3f33966167cf2216f813c091d47461c451837602.tar.gz
zenity-3f33966167cf2216f813c091d47461c451837602.tar.bz2
zenity-3f33966167cf2216f813c091d47461c451837602.zip
Bug 578393 – convert from libglade to GtkBuilder
Diffstat (limited to 'src/fileselection.c')
-rw-r--r--src/fileselection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fileselection.c b/src/fileselection.c
index 4cfa0514..dd4ab0d3 100644
--- a/src/fileselection.c
+++ b/src/fileselection.c
@@ -23,7 +23,6 @@
#include "config.h"
-#include <glade/glade.h>
#include <string.h>
#include "zenity.h"
#include "util.h"
bgstack15