diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-10-04 16:13:49 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-10-04 16:13:49 +0000 |
| commit | 21a19e5080721837da55fc4b50acf09c7ee0e9aa (patch) | |
| tree | dd249e970721fa2ed04bd5db599eb1e6c82c3e03 /src | |
| parent | Richard's patch for crash bug 402274 (diff) | |
| download | inkscape-21a19e5080721837da55fc4b50acf09c7ee0e9aa.tar.gz inkscape-21a19e5080721837da55fc4b50acf09c7ee0e9aa.zip | |
typo in comment
(bzr r8711)
Diffstat (limited to 'src')
| -rw-r--r-- | src/display/sp-canvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index e0d885d36..aee53838f 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -1492,7 +1492,7 @@ sp_canvas_button (GtkWidget *widget, GdkEventButton *event) int retval = FALSE; - /* dispatch normally regardless of the event's window if an item has + /* dispatch normally regardless of the event's window if an item has a pointer grab in effect */ if (!canvas->grabbed_item && event->window != SP_CANVAS_WINDOW (canvas)) |
