summaryrefslogtreecommitdiff
path: root/framework/UIConfig_startmodule.mk
diff options
context:
space:
mode:
authorKrisztian Pinter <pin.terminator@gmail.com>2013-06-18 16:59:27 +0200
committerJan Holesovsky <kendy@suse.cz>2013-07-18 11:25:50 +0200
commit7ced337e1f0e1fae81ff7f196e59e558b729bdde (patch)
tree4276f19d1b0107187d510c81f72954dd58b3efdf /framework/UIConfig_startmodule.mk
parent54518a209d0ffe00f8e391472da92e398c474392 (diff)
startcenter: GSOC Use Widget Layout for the Start Center
Known issue: after starting a module from the startcenter, and closing it, the buttons for the modules remain stuck after hovering the mouse over them Change-Id: I50883868764565be62a2f123a832154ef015e763
Diffstat (limited to 'framework/UIConfig_startmodule.mk')
-rw-r--r--framework/UIConfig_startmodule.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/UIConfig_startmodule.mk b/framework/UIConfig_startmodule.mk
index 6bbb68d93798..7447b998c143 100644
--- a/framework/UIConfig_startmodule.mk
+++ b/framework/UIConfig_startmodule.mk
@@ -21,4 +21,8 @@ $(eval $(call gb_UIConfig_add_toolbarfiles,modules/StartModule,\
framework/uiconfig/startmodule/toolbar/standardbar \
))
+$(eval $(call gb_UIConfig_add_uifiles,modules/StartModule,\
+ framework/uiconfig/startmodule/ui/startcenter \
+))
+
# vim: set noet sw=4 ts=4: