[Commits] compose.c 1.382.2.590 1.382.2.591
claws at claws-mail.org
claws at claws-mail.org
Mon Oct 31 08:12:53 CET 2011
Update of /home/claws-mail/claws/src
In directory claws-mail:/tmp/cvs-serv16114/src
Modified Files:
Tag: gtk2
compose.c
Log Message:
2011-10-31 [paul] 3.7.10cvs62
* src/compose.c
revert 3.7.10cvs61, these entries _should_ be editable
Index: compose.c
===================================================================
RCS file: /home/claws-mail/claws/src/compose.c,v
retrieving revision 1.382.2.590
retrieving revision 1.382.2.591
diff -u -d -r1.382.2.590 -r1.382.2.591
--- compose.c 30 Oct 2011 20:39:39 -0000 1.382.2.590
+++ compose.c 31 Oct 2011 07:12:50 -0000 1.382.2.591
@@ -8659,7 +8659,6 @@
gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); \
\
entry = gtk_entry_new(); \
- gtk_editable_set_editable(GTK_EDITABLE(entry), FALSE); \
gtk_table_attach(GTK_TABLE(table), entry, 1, 2, top, (top + 1), \
GTK_EXPAND|GTK_SHRINK|GTK_FILL, 0, 0, 0); \
}
More information about the Commits
mailing list