summaryrefslogtreecommitdiffstats
path: root/src/ege-color-prof-tracker.cpp
diff options
context:
space:
mode:
authorroot <root@jtx.marker.es>2013-03-11 23:49:54 +0000
committerroot <root@jtx.marker.es>2013-03-11 23:49:54 +0000
commit71b9a4b54c026c0fb8c73ef6cac4ae4c1ea82e7f (patch)
tree2f2c808a23fc507f9c813104415236573f25bb9a /src/ege-color-prof-tracker.cpp
parent~sub fix, double click to reset default handles and control to 10% step (diff)
parentreadding entries in Cmake and make include lists that were not removed after ... (diff)
downloadinkscape-71b9a4b54c026c0fb8c73ef6cac4ae4c1ea82e7f.tar.gz
inkscape-71b9a4b54c026c0fb8c73ef6cac4ae4c1ea82e7f.zip
update to trunk
(bzr r11950.1.52)
Diffstat (limited to 'src/ege-color-prof-tracker.cpp')
-rw-r--r--src/ege-color-prof-tracker.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ege-color-prof-tracker.cpp b/src/ege-color-prof-tracker.cpp
index 2e1b8188f..53004a96d 100644
--- a/src/ege-color-prof-tracker.cpp
+++ b/src/ege-color-prof-tracker.cpp
@@ -566,9 +566,8 @@ GdkFilterReturn x11_win_filter(GdkXEvent *xevent,
const gchar* name = gdk_x11_get_xatom_name(note->atom);
if ( strncmp("_ICC_PROFILE", name, 12 ) == 0 ) {
XEvent* native = (XEvent*)xevent;
- Status stat = Success;
XWindowAttributes tmp;
- stat = XGetWindowAttributes( native->xproperty.display, native->xproperty.window, &tmp );
+ Status stat = XGetWindowAttributes( native->xproperty.display, native->xproperty.window, &tmp );
if ( stat ) {
GdkDisplay* display = gdk_x11_lookup_xdisplay(native->xproperty.display);
if ( display ) {