updated on Tue Jan 17 08:05:08 UTC 2012
[aur-mirror.git] / pspp / gtk-2.diff
blobf37faa2aa4254a2dfa3030ac007e91206a520c72
1 --- pspp-0.6.2/lib/gtksheet/gtkitementry.c 2007-06-23 04:17:47.000000000 +0200
2 +++ pspp-0.6.2/lib/gtksheet/gtkitementry.c.new 2010-06-20 00:02:54.000000000 +0200
3 @@ -131,7 +131,6 @@
4 static PangoLayout *gtk_entry_ensure_layout (GtkEntry *entry,
5 gboolean include_preedit);
6 static void gtk_entry_queue_draw (GtkEntry *entry);
7 -static void gtk_entry_reset_im_context (GtkEntry *entry);
8 static void gtk_entry_recompute (GtkEntry *entry);
9 static void gtk_entry_get_cursor_locations (GtkEntry *entry,
10 CursorType type,
11 @@ -1695,16 +1694,6 @@
14 static void
15 -gtk_entry_reset_im_context (GtkEntry *entry)
17 - if (entry->need_im_reset)
18 - {
19 - entry->need_im_reset = 0;
20 - gtk_im_context_reset (entry->im_context);
21 - }
24 -static void
25 gtk_entry_get_cursor_locations (GtkEntry *entry,
26 CursorType type,
27 gint *strong_x,