[sakura] Add new patch and remove an old one

Christoph Wickert cwickert at fedoraproject.org
Sat Jul 16 19:30:12 UTC 2011


commit 62749ea719e772d14a83e6b834da7c2c669d205a
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sat Jul 16 21:29:42 2011 +0200

    Add new patch and remove an old one

 sakura-2.3.3-cflags.patch                          |   11 -----------
 ...1-Destroy-config-file-after-deleting-tabs.patch |   20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 11 deletions(-)
---
diff --git a/sakura-2.4.1-Destroy-config-file-after-deleting-tabs.patch b/sakura-2.4.1-Destroy-config-file-after-deleting-tabs.patch
new file mode 100644
index 0000000..cdaae85
--- /dev/null
+++ b/sakura-2.4.1-Destroy-config-file-after-deleting-tabs.patch
@@ -0,0 +1,20 @@
+=== modified file 'src/sakura.c'
+--- src/sakura.c	2011-07-15 13:20:53 +0000
++++ src/sakura.c	2011-07-16 18:27:02 +0000
+@@ -2120,13 +2120,13 @@
+ {
+ 	SAY("Destroying sakura");
+ 
+-	g_key_file_free(sakura.cfg);
+-
+ 	/* Delete all existing tabs */
+ 	while (gtk_notebook_get_n_pages(GTK_NOTEBOOK(sakura.notebook)) >= 1) {
+ 		sakura_del_tab(-1);
+ 	}
+ 
++	g_key_file_free(sakura.cfg);
++
+ 	pango_font_description_free(sakura.font);
+ 
+ 	if (sakura.background)
+


More information about the scm-commits mailing list