diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-05-23 17:49:34 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-05-23 17:49:34 +0000 |
commit | 451b0a7bfd6c3690884a81f633f02c36cbcc2afe (patch) | |
tree | 0b8e00e39d058f42ec5462084f8587bb041754be /gtk/gtkscalebutton.c | |
parent | 1a534510aa3f21bb8a101c6b3b40f32b6f178aa4 (diff) | |
download | gtk+-451b0a7bfd6c3690884a81f633f02c36cbcc2afe.tar.gz |
Add some missing symbols.
2007-05-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gdk/x11/xsettings-common.h:
* gdk/gdk.symbols: Add some missing symbols.
* gtk/paper_names_offsets.c:
* gtk/gen-paper-names.c: Make variables static.
* gtk/gtktooltip.[hc]:
* gtk/gtkvolumebutton.c:
* gtk/gtkscalebutton.c: Fix up symbol aliasing.
svn path=/trunk/; revision=17899
Diffstat (limited to 'gtk/gtkscalebutton.c')
-rw-r--r-- | gtk/gtkscalebutton.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c index 1ac3db438e..822913e1a1 100644 --- a/gtk/gtkscalebutton.c +++ b/gtk/gtkscalebutton.c @@ -56,6 +56,8 @@ #include <gdk/gdkkeysyms.h> #include "gtkscalebutton.h" +#include "gtkalias.h" + #define SCALE_SIZE 100 #define CLICK_TIMEOUT 250 @@ -1241,6 +1243,6 @@ gtk_scale_button_scale_value_changed (GtkRange *range) g_object_notify (G_OBJECT (button), "value"); } -/* - * vim: sw=2 ts=8 cindent noai bs=2 - */ + +#define __GTK_SCALE_BUTTON_C__ +#include "gtkaliasdef.c" |