summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2015-02-12 18:09:13 +0100
committerLars Uebernickel <lars.uebernickel@canonical.com>2015-02-13 18:01:56 +0100
commitf3110e4103207e31d932f9bcdd5ca295e17f41de (patch)
tree75aa9aa302e9fe2f9f513598a3a2c0a8ab1d72a6 /gtk/Makefile.am
parentac497c6e8f45bfece4054ba7f72ffd7becb45311 (diff)
downloadgtk+-f3110e4103207e31d932f9bcdd5ca295e17f41de.tar.gz
Rename GtkSidebar to GtkStackSidebar
GtkSidebar is too generic and doesn't fully convey what the widget does. https://bugzilla.gnome.org/show_bug.cgi?id=744094
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index ed874754d3..721a76d5a2 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -269,7 +269,7 @@ gtk_public_h_sources = \
gtkseparatortoolitem.h \
gtksettings.h \
gtkshow.h \
- gtksidebar.h \
+ gtkstacksidebar.h \
gtksizegroup.h \
gtksizerequest.h \
gtksocket.h \
@@ -787,7 +787,7 @@ gtk_base_c_sources = \
gtksizerequest.c \
gtksizerequestcache.c \
gtkshow.c \
- gtksidebar.c \
+ gtkstacksidebar.c \
gtkspinbutton.c \
gtkspinner.c \
gtkstack.c \