[gnome-shell] Remove an explicit destroy to the ClutterText actor
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Remove an explicit destroy to the ClutterText actor
- Date: Tue, 6 Jun 2017 19:40:09 +0000 (UTC)
commit e2838a7e06508cd412592e621572d7fda27130ec
Author: Cosimo Cecchi <cosimo endlessm com>
Date: Tue Aug 27 13:47:19 2013 -0700
Remove an explicit destroy to the ClutterText actor
This is the same as the previous commit, but for StEntry.
We don't have any need to explicitly destroy this actor in our dispose
implementation, and doing so breaks the assumption that we can access
the clutter_text from within destroy.
https://bugzilla.gnome.org/show_bug.cgi?id=783483
src/st/st-entry.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/st/st-entry.c b/src/st/st-entry.c
index 264f956..0fa9287 100644
--- a/src/st/st-entry.c
+++ b/src/st/st-entry.c
@@ -230,12 +230,6 @@ st_entry_dispose (GObject *object)
StEntryPrivate *priv = ST_ENTRY_PRIV (entry);
GdkKeymap *keymap;
- if (priv->entry)
- {
- clutter_actor_destroy (priv->entry);
- priv->entry = NULL;
- }
-
keymap = gdk_keymap_get_for_display (gdk_display_get_default ());
g_signal_handlers_disconnect_by_func (keymap, keymap_state_changed, entry);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]