diff --git a/gitsync.sh b/gitsync.sh index 5efb27f..670632c 100755 --- a/gitsync.sh +++ b/gitsync.sh @@ -12,6 +12,8 @@ # # +git push + git fetch origin git checkout master git merge origin/master diff --git a/src/core/getproperties.c b/src/core/getproperties.c index a5ab2ca..d28b8b4 100644 --- a/src/core/getproperties.c +++ b/src/core/getproperties.c @@ -37,9 +37,6 @@ #include #include -// #include -// #include - GVariant * ipc3270_get_property(GObject *object, const gchar *property_name, GError **error) { size_t ix; @@ -122,14 +119,6 @@ GVariant * ipc3270_get_property(GObject *object, const gchar *property_name, GEr } - if(!g_ascii_strcasecmp("version", property_name)) { - return g_variant_new_string(PACKAGE_VERSION); - } - - if(!g_ascii_strcasecmp("revision", property_name)) { - return g_variant_new_string(G_STRINGIFY(PACKAGE_RELEASE)); - } - return NULL; } -- libgit2 0.21.2