After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 576916 - Migrate away from GnomeEntry to GtkComboBoxEntry
Migrate away from GnomeEntry to GtkComboBoxEntry
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: run dialog
git master
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks: 586846
 
 
Reported: 2009-03-27 00:08 UTC by Diego Escalante Urrelo (not reading bugmail)
Modified: 2009-08-11 12:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] Migrate away from GnomeEntry to GtkComboBoxEntry. (23.70 KB, patch)
2009-03-27 00:09 UTC, Diego Escalante Urrelo (not reading bugmail)
committed Details | Review

Description Diego Escalante Urrelo (not reading bugmail) 2009-03-27 00:08:26 UTC
See attached patch.
Comment 1 Diego Escalante Urrelo (not reading bugmail) 2009-03-27 00:09:31 UTC
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(-)
Comment 2 Matthias Clasen 2009-07-22 21:27:25 UTC
Works fine here.
Comment 3 Vincent Untz 2009-08-11 11:38:02 UTC
Crashes here (with a new user) :-)
(will fix)
Comment 4 Vincent Untz 2009-08-11 12:26:47 UTC
Did various changes (fix crash, plug leaks, clean up the code), and committed. Thanks!