Do not try to access memory of another process

master
Yevgen Muntyan 2006-05-19 09:30:30 -05:00
parent 7889392f6a
commit 0c2368b617
1 changed files with 1 additions and 1 deletions

View File

@ -1594,7 +1594,7 @@ static const GtkTargetEntry targets[] = {
{ (char*) "TEXT", 0, TARGET_TEXT },
{ (char*) "COMPOUND_TEXT", 0, TARGET_TEXT },
{ (char*) "UTF8_STRING", 0, TARGET_TEXT },
{ (char*) "MOO_TEXT_VIEW", 0, TARGET_MOO_TEXT_VIEW }
{ (char*) "MOO_TEXT_VIEW", GTK_TARGET_SAME_APP, TARGET_MOO_TEXT_VIEW }
};