Finally paid for my paperwork for summer. I am going to USA this summer, with a program "Work and Travel USA"... so I'm going to work all the summer, unfortunately not with computers and of course not for open source. Most probably I will be a ride operator in Six Flags over Texas enertainment park....
Anyway I wait for summer, because it will be the first time I leave my country for long time... and I will earn money for myself. I want to see how people in US live. In real, not in movie.
Press.
Today I saw my two articles printed in local newspaper. One of them is about Kylix, quite a big one. (sorry but it's in Lithuanian). I'm happy with it.
Code.
Looked at gtranslator... the new code of course is
screwed but somehow works. It is very inneficient and leaks
GdkColor on every displayed character. I cannot understand
why kabalak tries to initialize every variable, like this:
gchar *text=g_new0(gchar,1);
text=gtk_editable_get_chars(GTK_EDITABLE(textwidget), 0,
-1);
It's stupid. So I'm going to clean all this like I did before.
Commited a tiny fix to gnome-libs. I got no agreement from maintainers, but for such a simple change I hope miguel won't beat me (he did a couple of times before).
I hope to do more today...
