[gnome-builder/wip/chergert/shortcuts] shortcuts: move things around



commit fd944986692b8fc03a2f786c80db8dceea49b0f7
Author: Christian Hergert <christian hergert me>
Date:   Sun Aug 30 23:43:40 2015 -0700

    shortcuts: move things around

 src/Makefile.am                                    |    8 ++++----
 src/{keybindings => shortcuts}/gb-accel-label.c    |    0
 src/{keybindings => shortcuts}/gb-accel-label.h    |    0
 .../gb-shortcuts-window.c                          |    0
 .../gb-shortcuts-window.defs                       |    0
 .../gb-shortcuts-window.h                          |    0
 6 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index ee455e9..d1bb5e0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -58,12 +58,8 @@ libgnome_builder_la_SOURCES = \
        html/gb-html-document.h \
        html/gb-html-view.c \
        html/gb-html-view.h \
-       keybindings/gb-accel-label.c \
-       keybindings/gb-accel-label.h \
        keybindings/gb-keybindings.c \
        keybindings/gb-keybindings.h \
-       keybindings/gb-shortcuts-window.c \
-       keybindings/gb-shortcuts-window.h \
        preferences/gb-preferences-page-editor.c \
        preferences/gb-preferences-page-editor.h \
        preferences/gb-preferences-page-insight.c \
@@ -97,6 +93,8 @@ libgnome_builder_la_SOURCES = \
        project-tree/gb-rename-file-popover.h \
        scrolledwindow/gb-scrolled-window.c \
        scrolledwindow/gb-scrolled-window.h \
+       shortcuts/gb-accel-label.c \
+       shortcuts/gb-accel-label.h \
        shortcuts/gb-shortcuts-column.c \
        shortcuts/gb-shortcuts-column.h \
        shortcuts/gb-shortcuts-dialog.c \
@@ -111,6 +109,8 @@ libgnome_builder_la_SOURCES = \
        shortcuts/gb-shortcuts-shortcut.h \
        shortcuts/gb-shortcuts-view.c \
        shortcuts/gb-shortcuts-view.h \
+       shortcuts/gb-shortcuts-window.c \
+       shortcuts/gb-shortcuts-window.h \
        search/gb-search-box.c \
        search/gb-search-box.h \
        search/gb-search-display-group.c \
diff --git a/src/keybindings/gb-accel-label.c b/src/shortcuts/gb-accel-label.c
similarity index 100%
rename from src/keybindings/gb-accel-label.c
rename to src/shortcuts/gb-accel-label.c
diff --git a/src/keybindings/gb-accel-label.h b/src/shortcuts/gb-accel-label.h
similarity index 100%
rename from src/keybindings/gb-accel-label.h
rename to src/shortcuts/gb-accel-label.h
diff --git a/src/keybindings/gb-shortcuts-window.c b/src/shortcuts/gb-shortcuts-window.c
similarity index 100%
rename from src/keybindings/gb-shortcuts-window.c
rename to src/shortcuts/gb-shortcuts-window.c
diff --git a/src/keybindings/gb-shortcuts-window.defs b/src/shortcuts/gb-shortcuts-window.defs
similarity index 100%
rename from src/keybindings/gb-shortcuts-window.defs
rename to src/shortcuts/gb-shortcuts-window.defs
diff --git a/src/keybindings/gb-shortcuts-window.h b/src/shortcuts/gb-shortcuts-window.h
similarity index 100%
rename from src/keybindings/gb-shortcuts-window.h
rename to src/shortcuts/gb-shortcuts-window.h


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]