[gnome-builder/wip/commands2: 12/12] commands: fix return type



commit f9111a0cabd885e7df6aed7ef66da99a103d56dd
Author: Christian Hergert <christian hergert me>
Date:   Thu Oct 9 18:04:29 2014 -0700

    commands: fix return type

 src/commands/gb-command-vim.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/commands/gb-command-vim.c b/src/commands/gb-command-vim.c
index 671a8a8..ec559b8 100644
--- a/src/commands/gb-command-vim.c
+++ b/src/commands/gb-command-vim.c
@@ -59,5 +59,5 @@ gb_command_vim_new (GbEditorTab *tab)
   g_signal_connect (action, "activate", G_CALLBACK (gb_command_vim_activate),
                     NULL);
 
-  return action;
+  return G_ACTION (action);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]