mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
Revert a still used variable in GtkHButtonBox
This commit is contained in:
parent
c9251c99e7
commit
86eee0258e
@ -506,7 +506,7 @@ gtk_base_c_sources = \
|
||||
gtkimmodule.c \
|
||||
gtkimmulticontext.c \
|
||||
gtkinfobar.c \
|
||||
gtkinputdialog.c \
|
||||
#gtkinputdialog.c \
|
||||
gtkinvisible.c \
|
||||
gtkitem.c \
|
||||
gtkkeyhash.c \
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "gtkintl.h"
|
||||
#include "gtkalias.h"
|
||||
|
||||
static gint default_layout_style = GTK_BUTTONBOX_EDGE;
|
||||
|
||||
G_DEFINE_TYPE (GtkHButtonBox, gtk_hbutton_box, GTK_TYPE_BUTTON_BOX)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user