diff options
Diffstat (limited to 'net/ekiga/files/patch-ubuntu')
-rw-r--r-- | net/ekiga/files/patch-ubuntu | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/ekiga/files/patch-ubuntu b/net/ekiga/files/patch-ubuntu deleted file mode 100644 index d52544e497ae..000000000000 --- a/net/ekiga/files/patch-ubuntu +++ /dev/null @@ -1,15 +0,0 @@ -A small patch found among Ubuntu and Debian ports of Ekiga. - - -mi - ---- lib/gmconf/gmconf-glib.c 2007-09-18 09:00:21.000000000 +0000 -+++ lib/gmconf/gmconf-glib.c 2007-10-06 18:34:01.000000000 +0000 -@@ -1473,7 +1473,7 @@ - } - - gboolean --gm_conf_is_key_writable (gchar *key) -+gm_conf_is_key_writable (const gchar *key) - { - g_return_val_if_fail (key != NULL, FALSE); - |