diff options
author | Bogdan Gheorghe <gheorghe> | 2010-04-22 17:17:49 +0000 |
---|---|---|
committer | Bogdan Gheorghe <gheorghe> | 2010-04-22 17:17:49 +0000 |
commit | 227bfd90a9d77f14c654baa1ea3b2eacb8c15a44 (patch) | |
tree | 066e8362631ba7c7f7098dd1082aa0fed484747e | |
parent | 0cd359d11446bc867f3bfb2e634ebedd55e739f0 (diff) | |
download | eclipse.platform.swt-227bfd90a9d77f14c654baa1ea3b2eacb8c15a44.tar.gz eclipse.platform.swt-227bfd90a9d77f14c654baa1ea3b2eacb8c15a44.tar.xz eclipse.platform.swt-227bfd90a9d77f14c654baa1ea3b2eacb8c15a44.zip |
305124 [Program] Eclipse can not open resource files in external editor
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java index e4a667fa62..ecee43f88f 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java @@ -2005,7 +2005,7 @@ public static final native int /*long*/ _g_file_info_get_content_type (int /*lon public static final int /*long*/ g_file_info_get_content_type (int /*long*/ info) { lock.lock(); try { - return g_file_info_get_content_type (info); + return _g_file_info_get_content_type (info); } finally { lock.unlock(); } |