[geany/geany-plugins] 0ed7f4: Attempt to fix Windows nightly builds

Enrico Tröger git-noreply at xxxxx
Thu Apr 18 18:43:38 UTC 2013


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Thu, 18 Apr 2013 18:43:38 UTC
Commit:      0ed7f4c416cd20692f016d9aac10fa1c056a1f40
             https://github.com/geany/geany-plugins/commit/0ed7f4c416cd20692f016d9aac10fa1c056a1f40

Log Message:
-----------
Attempt to fix Windows nightly builds

Include geanyplugin.h to get compat.h for gtk_combo_box_text_*.


Modified Paths:
--------------
    geanylua/gsdlg.c

Modified: geanylua/gsdlg.c
3 files changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -25,9 +25,10 @@
 #include "gsdlg.h"
 #endif
 
-#include <glib/gi18n.h>
 #include <stdlib.h>
 
+#include "geanyplugin.h"
+
 #ifdef G_OS_WIN32
 #define realpath(src,dst) _fullpath((dst),(src),_MAX_PATH)
 #endif



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list