summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/desktop.cpp')
-rw-r--r--src/desktop.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp
index 181a19e1b..4ff2716ca 100644
--- a/src/desktop.cpp
+++ b/src/desktop.cpp
@@ -649,7 +649,7 @@ SPDesktop::change_document (SPDocument *theDocument)
* Make desktop switch event contexts.
*/
void
-SPDesktop::set_event_context (GtkType type, const gchar *config)
+SPDesktop::set_event_context (GType type, const gchar *config)
{
SPEventContext *ec;
while (event_context) {
@@ -680,7 +680,7 @@ SPDesktop::set_event_context (GtkType type, const gchar *config)
* Push event context onto desktop's context stack.
*/
void
-SPDesktop::push_event_context (GtkType type, const gchar *config, unsigned int key)
+SPDesktop::push_event_context (GType type, const gchar *config, unsigned int key)
{
SPEventContext *ref, *ec;