Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andre Miranda
xfce4-taskmanager
Commits
f3149fa2
Commit
f3149fa2
authored
Dec 11, 2014
by
Landry Breuil
Browse files
include the gtk3 generated ui file when building against gtk3. This way both flavors build
parent
21bf64ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/process-window.c
View file @
f3149fa2
...
...
@@ -22,7 +22,11 @@
#include
"settings.h"
#include
"process-window.h"
#ifdef HAVE_GTK3
#include
"process-window-gtk3_ui.h"
#else
#include
"process-window_ui.h"
#endif
#include
"process-monitor.h"
#include
"process-tree-view.h"
#include
"process-statusbar.h"
...
...
src/settings-dialog.c
View file @
f3149fa2
...
...
@@ -17,7 +17,11 @@
#include
"settings.h"
#include
"settings-dialog.h"
#ifdef HAVE_GTK3
#include
"settings-dialog-gtk3_ui.h"
#else
#include
"settings-dialog_ui.h"
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment