Revert commit b074af0, fixed upstream.

This commit is contained in:
Wen-Yen Chuang 2012-04-07 14:35:36 +08:00
parent 374bd5ff8e
commit e4b6e35280

View File

@ -198,12 +198,7 @@ DV({g_print("Painting line numbers %d - %d\n",
alist = pango_attr_list_new();
/* TODO: should change line number color by conffile */
#if !GTK_CHECK_VERSION(3,3,14)
attr = pango_attr_foreground_new(0, 0, 0);
#endif
#if GTK_CHECK_VERSION(3,3,14)
attr = pango_attr_foreground_new(65535, 65535, 65535);
#endif
attr->start_index = 0;
attr->end_index = G_MAXUINT;
pango_attr_list_insert(alist, attr);