Browse Source

geany: Updated (0.14 -> 0.19)

user/karasz/next/updates
Christian Wiese 14 years ago
parent
commit
2098e06b3a
  1. 7
      editors/geany/geany.desc
  2. 29
      editors/geany/plugins_init.patch

7
editors/geany/geany.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../geany/geany.desc
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
@ -31,8 +31,9 @@
[L] GPL
[S] Beta
[V] 0.14
[V] 0.19
[P] X -----5---9 127.800
[D] 4161684546 geany-0.14.tar.bz2 http://dl.sourceforge.net/sourceforge/geany/
[D] 1522856476 geany-0.19.tar.bz2 http://download.geany.org/
#[D] 1522856476 geany-0.19.tar.bz2 http://dl.sourceforge.net/sourceforge/geany/

29
editors/geany/plugins_init.patch

@ -1,29 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../geany/plugins_init.patch
# Copyright (C) 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- geany-0.14.orig/src/plugins.c 2008-04-17 17:48:12.000000000 +0000
+++ geany-0.14/src/plugins.c 2008-09-10 17:15:45.000000000 +0000
@@ -605,8 +605,8 @@
{
guint i, len;
- len = g_strv_length(active_plugins_pref);
- if (active_plugins_pref == NULL || len == 0)
+ if (active_plugins_pref == NULL ||
+ (len = g_strv_length(active_plugins_pref)) == 0);
return;
for (i = 0; i < len; i++)
Loading…
Cancel
Save