aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libgnomeui/files/patch-libgnomeui::gnome-entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/libgnomeui/files/patch-libgnomeui::gnome-entry.c')
-rw-r--r--x11-toolkits/libgnomeui/files/patch-libgnomeui::gnome-entry.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-toolkits/libgnomeui/files/patch-libgnomeui::gnome-entry.c b/x11-toolkits/libgnomeui/files/patch-libgnomeui::gnome-entry.c
deleted file mode 100644
index e83891c08a3a..000000000000
--- a/x11-toolkits/libgnomeui/files/patch-libgnomeui::gnome-entry.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- libgnomeui/gnome-entry.c.orig Sun Mar 20 20:54:19 2005
-+++ libgnomeui/gnome-entry.c Sun Mar 20 20:54:20 2005
-@@ -419,6 +419,8 @@
- {
- GnomeEntry *gentry;
-
-+ GDK_THREADS_ENTER();
-+
- gentry = GNOME_ENTRY (user_data);
-
- /* If we're getting a notification from saving our own
-@@ -427,10 +429,13 @@
- if (gentry->_priv->saving_history) {
- gentry->_priv->saving_history = FALSE;
-
-+ GDK_THREADS_LEAVE();
- return;
- }
-
- gnome_entry_load_history (gentry);
-+
-+ GDK_THREADS_LEAVE();
- }
-
- /* FIXME: Make this static */