Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=2ad7c641899a4ee9c2726142a99f8a0e78b24aa1
commit 2ad7c641899a4ee9c2726142a99f8a0e78b24aa1 Author: Priyank <[EMAIL PROTECTED]> Date: Mon Nov 12 11:57:12 2007 +0530 gfpm.glade: fixed a bug where the name of the repo was displayed twice in the repo combobox diff --git a/data/gfpm.glade b/data/gfpm.glade index 1384a52..a1eddbe 100644 --- a/data/gfpm.glade +++ b/data/gfpm.glade @@ -284,7 +284,7 @@ <child> <widget class="GtkComboBox" id="combobox_repos"> <property name="visible">True</property> - <property name="items"></property> + <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> </widget> <packing> <property name="expand">False</property> _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
