summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorGravatar Alan Fitton <alan@eth0.org.uk>2012-06-01 20:04:08 +0100
committerGravatar Alan Fitton <alan@eth0.org.uk>2012-06-01 20:04:08 +0100
commit855532ed7ffd3415150c73574eb8e9038f1075eb (patch)
treec167c4336565e190f8fa26b3afb3d6e661eaee89 /extra
parente8a149f7ab6d4ad599b98e2588a21c18d2f81ea7 (diff)
issue 197 - fix GTK3 unique application support by using g_application_command_line_get_is_remote instead of g_application_get_remote, swedish translation update, translation credits update, add gtk3 eclipse include path settings file.
Diffstat (limited to 'extra')
-rw-r--r--extra/eclipse-paths-gtk3.xml (renamed from extra/eclipse-paths.xml)5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/eclipse-paths.xml b/extra/eclipse-paths-gtk3.xml
index 4ca5c9b..e4a827d 100644
--- a/extra/eclipse-paths.xml
+++ b/extra/eclipse-paths-gtk3.xml
@@ -2,14 +2,15 @@
<cdtprojectproperties>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
<language name="C Source File">
-<includepath>/usr/include/gtk-2.0</includepath>
-<includepath>/usr/lib64/gtk-2.0/include</includepath>
<includepath>/usr/include/glib-2.0</includepath>
<includepath>/usr/lib64/glib-2.0/include</includepath>
<includepath>/usr/include/json-glib-1.0</includepath>
<includepath>/usr/include/atk-1.0</includepath>
<includepath>/usr/include/pango-1.0</includepath>
<includepath>/usr/include/cairo</includepath>
+<includepath>/usr/include/libnotify</includepath>
+<includepath>/usr/include/gtk-3.0</includepath>
+<includepath>/usr/lib64/gtk-3.0/include</includepath>
</language>
<language name="Object File">