summaryrefslogtreecommitdiffstats
path: root/src/helper/window.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2007-11-26 20:54:55 +0000
committerjoncruz <joncruz@users.sourceforge.net>2007-11-26 20:54:55 +0000
commitc3585e5f5ab297489509d60b69749dcddb89b446 (patch)
tree2e2b514da9d5588c76eb897349d63bdae30c1138 /src/helper/window.cpp
parentDon't snap the smooth nodes of a path (diff)
downloadinkscape-c3585e5f5ab297489509d60b69749dcddb89b446.tar.gz
inkscape-c3585e5f5ab297489509d60b69749dcddb89b446.zip
Menu item to toggle CMS adjustment on and off
(bzr r4138)
Diffstat (limited to 'src/helper/window.cpp')
-rw-r--r--src/helper/window.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/helper/window.cpp b/src/helper/window.cpp
index 6f898ee3e..b814424e5 100644
--- a/src/helper/window.cpp
+++ b/src/helper/window.cpp
@@ -41,14 +41,14 @@ Inkscape::UI::window_new (const gchar *title, unsigned int resizeable)
window->set_title (title);
window->set_resizable (resizeable);
window->signal_key_press_event().connect(sigc::ptr_fun(&on_window_key_press));
-
+
return window;
}
static gboolean
-sp_window_key_press (GtkWidget *widget, GdkEventKey *event)
+sp_window_key_press(GtkWidget */*widget*/, GdkEventKey *event)
{
- return on_window_key_press(event);
+ return on_window_key_press(event);
}
GtkWidget *