Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 47414 | Differences between
and this patch

Collapse All | Expand All

(-)gaim-0.75.99-20040318cvs.orig/src/gtkconv.c (+5 lines)
Lines 1390-1395 Link Here
1390
				if (!(event->state & (GDK_SHIFT_MASK | GDK_CONTROL_MASK)) &&
1390
				if (!(event->state & (GDK_SHIFT_MASK | GDK_CONTROL_MASK)) &&
1391
					gaim_prefs_get_bool("/gaim/gtk/conversations/enter_sends"))
1391
					gaim_prefs_get_bool("/gaim/gtk/conversations/enter_sends"))
1392
				{
1392
				{
1393
					if (gtk_im_context_filter_keypress (GTK_TEXT_VIEW (entry)->im_context, event))
1394
					{
1395
						GTK_TEXT_VIEW (entry)->need_im_reset = TRUE;
1396
						return TRUE;
1397
					}
1393
					send_cb(NULL, conv);
1398
					send_cb(NULL, conv);
1394
					return TRUE;
1399
					return TRUE;
1395
				}
1400
				}

Return to bug 47414