Disclaimer: This is a personal web page. Contents written here do not represent the position of my employer.

Monday, June 30, 2008

 

PreGuadecs events

Yes! I'm going to GuadecES this week and to GUADEC next week! I'll be giving one talk in both, talking about our Novell's accessibility project.

But this weekend has been not less exciting than Guadecs promise to be! I'm not used to blog about personal things but I can't resist to try to make someone laugh a bit!

Firstly, on Saturday I went to Rock In Rio festival in Madrid. Many concerts, specially I liked Mando Diao and Carlinhos Brown. Here I'm in the place where Mando Diao played:



It's amazing how big this "Rock City" is. It's like being in a recreational park, but with many scenarios for concerts.

The band El Canto del Loco also played but I didn't like them very much. Also, guess who was playing when I fell asleep:



Tokio Hotel! I didn't know this band but actually had already heard their most famous song, which happens to have the same name of a program that I'm using very much lately: Monsoon. That song is not that bad but they had to play it the last one in order to prevent the people from fleeding in the first run. The band leader is actually a kind of vain awful transvestite!:



Now a cronicle about sunday: although I used to be a member of the Leo Bassi's AntiFootball League (I may be the only spaniard that doesn't like soccer) I went to see the Spain VS Germany match with some friends. Anyways, what I like about soccer is when you really feel you belong to a team, not in the case of those football clubs that play in the Spanish league: if I ever encourage Real Madrid to win a day in my life, that day will be a day in which there are only Madrid-born players in the team, not others (of course this hasn't got anything to do with racism, it's just that I think the competition is more interesting this way, and also because I'm not interested in players being bought and sold by astronomic quantities...). Well, in case you don't know, we won, and we went to the center of Madrid to celebrate it. Since I haven't got any rojigualda flag (just republicans) or red t-shirts, I had to mix with the people like if I was an orange dutch!:



To finish the post, I just want to give a link to a very special song that I've come to know recently (I can't stop playing it!):


CatPeople - Behind

Labels: , ,


Tuesday, June 10, 2008

 

WTF

How can I clear the list of elements of a Gtk.ComboBox??? It doesn't seem to be a way, but maybe if I'm able to get the number of elements... After an hour searching, when I was going to give up, I just found this:


combo_box =
GTK_COMBO_BOX (NAUTILUS_NAVIGATION_WINDOW (window)->view_as_combo_box);
/* Clear the contents of ComboBox in a wacky way because there
* is no function to clear all items and also no function to obtain
* the number of items in a combobox.
*/
model = gtk_combo_box_get_model (combo_box);
g_return_if_fail (GTK_IS_LIST_STORE (model));
store = GTK_LIST_STORE (model);
gtk_list_store_clear (store);


Clearly, we need some improvements in Gtk+ API. I'd bet it's much easier with MWF unfortunately. At least, the developer that coded this was kind enough to file a bug, which BTW is 3 years old and, of course, still not fixed.

Labels: , , , ,


This page is powered by Blogger. Isn't yours?

Categories

RSS of the category Gnome
RSS of the category Mono
RSS of the category C#
RSS of the category Programming
RSS of the category Mozilla
RSS of the category Web Development
RSS of the category Security
RSS of the category Open Source
RSS of the category Engineering
RSS of the category Misc
RSS of the category Politics

Contact with me:
aaragonesNOSPAMes@gnNOSPAMome.org

Archive
My Photo
Name:
Location: Hong Kong, Hong Kong
Follow me on Twitter