[geany/geany-plugins] 1e4b9a: Merge branch 'master' of github.com:geany/geany-plugins

Dimitar Zhekov git-noreply at xxxxx
Fri Apr 19 17:28:03 UTC 2013


Branch:      refs/heads/master
Author:      Dimitar Zhekov <dimitar.zhekov at gmail.com>
Committer:   Dimitar Zhekov <dimitar.zhekov at gmail.com>
Date:        Fri, 19 Apr 2013 17:28:03 UTC
Commit:      1e4b9ad436356f5d0b287aff469dce8e4fa38295
             https://github.com/geany/geany-plugins/commit/1e4b9ad436356f5d0b287aff469dce8e4fa38295

Log Message:
-----------
Merge branch 'master' of github.com:geany/geany-plugins


Modified Paths:
--------------
    geanylua/gsdlg.c
    po/POTFILES.in

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


Modified: po/POTFILES.in
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -239,6 +239,7 @@ scope/src/scope.c
 scope/src/thread.c
 scope/src/utils.c
 scope/src/views.c
+scope/src/store/scptreestore.c
 
 # Spell Check
 spellcheck/src/speller.c



--------------
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