From a718702254be56680a49a13de02fe86932755ffd Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Mon, 15 Oct 2012 20:05:46 +0000 Subject: Disable setting the shadow type API changed and crash the activity Signed-off-by: Gonzalo Odiard --- (limited to 'AbiWordActivity.py') diff --git a/AbiWordActivity.py b/AbiWordActivity.py index abe065f..f15dfef 100644 --- a/AbiWordActivity.py +++ b/AbiWordActivity.py @@ -170,7 +170,7 @@ class AbiWordActivity(activity.Activity): logger.debug('__map_event_cb abi') # no ugly borders please - self.abiword_canvas.set_property("shadow-type", Gtk.ShadowType.NONE) + #self.abiword_canvas.set_property("shadow-type", Gtk.ShadowType.NONE) # we only do per-word selections (when using the mouse) self.abiword_canvas.set_word_selections(True) -- cgit v0.9.1