From: Sean E. <sea...@gm...> - 2007-03-27 21:22:34
|
On 3/27/07, Gabriel Schulhof <ni...@go...> wrote: > Hi! Hi! > Why does the preferences dialog contain so many GtkOptionMenus instead ? > I have a patch that causes gaim_gtk_prefs_dropdown_from_list to create a > GtkComboBox instead of a GtkOptionMenu. Because GtkComboBox was introduced in GTK+ 2.4 (I think... somewhere thereabout... maybe 2.6), and Gaim is obligated to run on GTK+ 2.0. For Gaim 2.0.0, we decided we wanted to use GtkComboBox for our status dropdown, but later abandoned that idea. Because of that, we have our own version of GtkComboBox in the Gaim source tree, but I'd prefer using that less than more. -s. |