/dev/qulogic/ckeditor: 18c7c4593dab: Fix a typo where all webvie...

Elliott Sales de Andrade qulogic at pidgin.im
Fri Aug 9 03:13:30 EDT 2013


Changeset: 18c7c4593dab842895a897a48ff998684db45678
Author:	 Elliott Sales de Andrade <qulogic at pidgin.im>
Date:	 2013-08-08 05:59 -0400
Branch:	 default
URL: https://hg.pidgin.im/dev/qulogic/ckeditor/rev/18c7c4593dab

Description:

Fix a typo where all webview were internally set to editable.

diffstat:

 pidgin/gtkwebview.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/pidgin/gtkwebview.c b/pidgin/gtkwebview.c
--- a/pidgin/gtkwebview.c
+++ b/pidgin/gtkwebview.c
@@ -1428,7 +1428,7 @@ gtk_webview_new(gboolean editable)
 	}
 
 	priv = GTK_WEBVIEW_GET_PRIVATE(webview);
-	priv->edit.enabled = TRUE;
+	priv->edit.enabled = editable;
 
 	return result;
 }



More information about the Commits mailing list