GNOME Bugzilla – Bug 576916
Migrate away from GnomeEntry to GtkComboBoxEntry
Last modified: 2009-08-11 12:26:47 UTC
See attached patch.
Created attachment 131472 [details] [review] [PATCH] Migrate away from GnomeEntry to GtkComboBoxEntry. Without regressions. Bug #576916 --- gnome-panel/panel-run-dialog.c | 162 ++++++++++++++++++++++++++---------- gnome-panel/panel-run-dialog.glade | 93 ++++++++++++--------- 2 files changed, 172 insertions(+), 83 deletions(-)
Works fine here.
Crashes here (with a new user) :-) (will fix)
Did various changes (fix crash, plug leaks, clean up the code), and committed. Thanks!