mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:00:43 +02:00
LCL-GTK2: Fix variable in DebugLn.
git-svn-id: trunk@60147 -
This commit is contained in:
parent
fe2dc6c054
commit
e1ba14fc97
@ -7539,7 +7539,7 @@ begin
|
||||
try
|
||||
TypeAtom := ClipboardTypeAtoms[ClipboardType];
|
||||
{$IFDEF DEBUG_CLIPBOARD}
|
||||
DebugLn('[RequestSelectionData] TimeID=',dbgs(TimeID),' Type=',GdkAtomToStr(Atom),' FormatID=',GdkAtomToStr(FormatID));
|
||||
DebugLn('[RequestSelectionData] TimeID=',dbgs(TimeID),' Type=',GdkAtomToStr(TypeAtom),' FormatID=',GdkAtomToStr(FormatID));
|
||||
{$ENDIF}
|
||||
if gtk_selection_convert(ClipboardWidget,TypeAtom,FormatID,TimeID) <> GdkFalse then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user