Skip to content
Snippets Groups Projects
Commit 3d7a06ad authored by Tristan Matthews's avatar Tristan Matthews
Browse files
parents 9bad902c 599f2758
Branches
Tags
No related merge requests found
...@@ -51,6 +51,10 @@ ...@@ -51,6 +51,10 @@
#include "imwindow.h" #include "imwindow.h"
#include "searchbar.h" #include "searchbar.h"
#if !GTK_CHECK_VERSION(2, 30, 0)
#define G_VALUE_INIT { 0, { { 0 } } }
#endif
// Messages used in menu item // Messages used in menu item
static const gchar * const SFL_CREATE_CONFERENCE = "Create conference"; static const gchar * const SFL_CREATE_CONFERENCE = "Create conference";
static const gchar * const SFL_TRANSFER_CALL = "Transfer call to"; static const gchar * const SFL_TRANSFER_CALL = "Transfer call to";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment