]> git.pld-linux.org Git - packages/gg.git/blame - gg-debian_fixes.patch
- kill Icon: field (support for these is obsolete says jbj)
[packages/gg.git] / gg-debian_fixes.patch
CommitLineData
4f0b17b1
PG
1--- gg-1.0.0rel.orig/src/callbacks.c 2003-01-31 10:39:08.000000000 +0100
2+++ gg-1.0.0rel/src/callbacks.c 2003-06-29 02:51:27.000000000 +0200
3@@ -237,7 +237,10 @@
4
5 config.uin = atoi(tmpuin);
6 config.password = g_strdup(tmppass);
7- write_config();
8+ if (! write_config()) {
9