diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2015-02-12 18:09:13 +0100 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2015-02-13 18:01:56 +0100 |
commit | f3110e4103207e31d932f9bcdd5ca295e17f41de (patch) | |
tree | 75aa9aa302e9fe2f9f513598a3a2c0a8ab1d72a6 /gtk/makefile.msc.in | |
parent | ac497c6e8f45bfece4054ba7f72ffd7becb45311 (diff) | |
download | gtk+-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.msc.in')
-rw-r--r-- | gtk/makefile.msc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/makefile.msc.in b/gtk/makefile.msc.in index 3ee1baaaa2..78a5244a13 100644 --- a/gtk/makefile.msc.in +++ b/gtk/makefile.msc.in @@ -283,7 +283,7 @@ gtk_OBJECTS = \ gtkseparatortoolitem.obj \ gtksettings.obj \ gtkshow.obj \ - gtksidebar.obj \ + gtkstacksidebar.obj \ gtksizegroup.obj \ gtksizerequest.obj \ gtkspinbutton.obj \ @@ -476,7 +476,7 @@ gtk_public_h_sources = \ gtkseparatortoolitem.h \ gtksettings.h \ gtkshow.h \ - gtksidebar.h \ + gtkstacksidebar.h \ gtksizegroup.h \ gtksizerequest.h \ gtksocket.h \ |