summaryrefslogtreecommitdiff
path: root/gtk/gtksignal.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-09-10 06:39:16 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-09-10 06:39:16 +0000
commitf45a35921aec248e0b8494a2145b907684a21fe5 (patch)
treeb21e00507445a307553ebd219326fe1fcbef362e /gtk/gtksignal.c
parent77cdc290b98acd6f77922645b2a2e53d750b332d (diff)
downloadgtk+-f45a35921aec248e0b8494a2145b907684a21fe5.tar.gz
Commit a patch by Behdad to fix typos, omissions and other errors in the
2006-09-10 Matthias Clasen <mclasen@redhat.com> * Commit a patch by Behdad to fix typos, omissions and other errors in the symbol aliasing, and add checks for local PLT entries. (#354687, Behdad Esfahbod)
Diffstat (limited to 'gtk/gtksignal.c')
-rw-r--r--gtk/gtksignal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksignal.c b/gtk/gtksignal.c
index 36c1af79ff..2132088b84 100644
--- a/gtk/gtksignal.c
+++ b/gtk/gtksignal.c
@@ -21,7 +21,7 @@
#include <config.h>
#include "gtksignal.h"
-#include "gtkalias.h"
+#include "gtkalias.h"
/* the real parameter limit is of course given by GSignal, bu we need
* an upper limit for the implementations. so this should be adjusted