[Commits] compose.c 1.382.2.589 1.382.2.590
pawel at claws-mail.org
pawel at claws-mail.org
Sun Oct 30 21:39:42 CET 2011
Update of /home/claws-mail/claws/src
In directory claws-mail:/tmp/cvs-serv6823/src
Modified Files:
Tag: gtk2
compose.c
Log Message:
2011-10-30 [pawel] 3.7.10cvs61
* src/compose.c
Those entries should not be editable
Index: compose.c
===================================================================
RCS file: /home/claws-mail/claws/src/compose.c,v
retrieving revision 1.382.2.589
retrieving revision 1.382.2.590
diff -u -d -r1.382.2.589 -r1.382.2.590
--- compose.c 26 Oct 2011 10:40:17 -0000 1.382.2.589
+++ compose.c 30 Oct 2011 20:39:39 -0000 1.382.2.590
@@ -8659,6 +8659,7 @@
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