anjuta r3879 - in branches/anjuta-2-4: . plugins/document-manager



Author: jhs
Date: Mon Apr 21 08:59:49 2008
New Revision: 3879
URL: http://svn.gnome.org/viewvc/anjuta?rev=3879&view=rev

Log:
2008-04-21  Johannes Schmid  <jhs gnome org>

	* plugins/document-manager/action-callbacks.c
	(on_editor_command_paste_activate):
	#528693 â Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
  (from trunk)


Modified:
   branches/anjuta-2-4/ChangeLog
   branches/anjuta-2-4/plugins/document-manager/action-callbacks.c

Modified: branches/anjuta-2-4/plugins/document-manager/action-callbacks.c
==============================================================================
--- branches/anjuta-2-4/plugins/document-manager/action-callbacks.c	(original)
+++ branches/anjuta-2-4/plugins/document-manager/action-callbacks.c	Mon Apr 21 08:59:49 2008
@@ -514,6 +514,7 @@
 	{
 		gtk_editable_paste_clipboard (GTK_EDITABLE (widget));
 	}
+	else
 	{
 		if (widget	/* editor text is focused */
 			|| get_current_popup_active (user_data))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]