diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-17 17:33:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-17 17:33:38 +0000 |
commit | ceaa9fce5398da3d396062f040bc93bda5852bfc (patch) | |
tree | 270c1a5c457a6b4d6749e9e626248e1d4f3e5bc2 /editors/beaver/files/patch-ba | |
parent | Update to 1.0.11 which fixes a problem with the (diff) |
Update to 0.3.1.
PR: 53413
Submitted by: Sergey Akifyev <asa@gascom.ru>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=83170
Diffstat (limited to 'editors/beaver/files/patch-ba')
-rw-r--r-- | editors/beaver/files/patch-ba | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/editors/beaver/files/patch-ba b/editors/beaver/files/patch-ba deleted file mode 100644 index 300df8e06579..000000000000 --- a/editors/beaver/files/patch-ba +++ /dev/null @@ -1,18 +0,0 @@ ---- src/languages.c.orig Fri Apr 11 02:04:36 2003 -+++ src/languages.c Fri Apr 11 02:04:37 2003 -@@ -88,13 +88,13 @@ - { - gchar *fixed = g_strdup (Prefs.L[lang].Description); - gchar *s; -+ GtkItemFactoryEntry NewEntry = {s, NULL, languages_treatment, -+ lang, "<Item>"}; - - fixed = str_replace_tokens (&fixed, '/', "\\"); - s = g_strconcat("/Language/", - fixed, - NULL); -- GtkItemFactoryEntry NewEntry = {s, NULL, languages_treatment, -- lang, "<Item>"}; - - gtk_item_factory_create_items - (gtk_item_factory_from_path ("<main>"), 1, &NewEntry, NULL); |