Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/_sugarext.override
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2011-08-10 12:19:13 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-08-12 08:38:11 (GMT)
commit4018265f6cf26e5f0c6fcc9f07310444b8e5f85e (patch)
treebf14d9a1ad54cda299c6589dc057eef35bdfed18 /src/sugar/_sugarext.override
parentd0a493e5326cf9b4c5cd6470242fd25665fdf1ed (diff)
Replace our custom entry widget with one based on gtk.Entry
Our custom entry widget, which was based on sexyicon, did support placing an icon in the entry (e.g. the magnifier icon for the search entry) and displaying progress in the case of the url entry in Browse. Both is supported since GTK+ 2.16 in the gtk.Entry. The patch does keep the old API, that is why we can land it in 0.94 no change in the shell needed only a small change in Browse, in a second step I would like to use the upstream API e.g. 's/set_icon_from_name/set_icon_from_icon_name'. Signed-off-by: Simon Schampijer <simon@laptop.org> Reviewed-by: Benjamin Berg <benzea@sugarlabs.org>
Diffstat (limited to 'src/sugar/_sugarext.override')
-rw-r--r--src/sugar/_sugarext.override2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sugar/_sugarext.override b/src/sugar/_sugarext.override
index 6b768bb..def0927 100644
--- a/src/sugar/_sugarext.override
+++ b/src/sugar/_sugarext.override
@@ -4,11 +4,9 @@ headers
#include <Python.h>
#include "pygobject.h"
-#include "sugar-address-entry.h"
#include "sugar-grid.h"
#include "sugar-key-grabber.h"
#include "sugar-menu.h"
-#include "sexy-icon-entry.h"
#include "gsm-session.h"
#include "gsm-xsmp.h"
#include "acme-volume-alsa.h"