]> git.pld-linux.org Git - packages/gtkpod.git/commitdiff
- obsoleted
authorŁukasz Kieś <kiesiu@pld-linux.org>
Thu, 24 Oct 2013 14:21:55 +0000 (16:21 +0200)
committerŁukasz Kieś <kiesiu@pld-linux.org>
Thu, 24 Oct 2013 14:21:55 +0000 (16:21 +0200)
anjuta-3.5.3.patch [deleted file]
gdl362.patch [deleted file]
libanjuta-3.7.3.patch [deleted file]

diff --git a/anjuta-3.5.3.patch b/anjuta-3.5.3.patch
deleted file mode 100644 (file)
index 988b246..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/src/anjuta-app.c
-+++ b/src/anjuta-app.c
-@@ -38,6 +38,7 @@
- #include <libanjuta/resources.h>
- #include <libanjuta/anjuta-plugin-manager.h>
- #include <libanjuta/anjuta-debug.h>
-+#include <libanjuta/anjuta-version.h>
- #include "anjuta-app.h"
- #include "anjuta-actions.h"
-@@ -501,7 +502,11 @@ static void anjuta_app_instance_init(AnjutaApp *app) {
-     g_list_free(plugins_dirs);
-     /* Preferences */
-+#if ANJUTA_CHECK_VERSION(3,5,3)
-+    app->preferences = anjuta_preferences_new(app->plugin_manager, PREF_SCHEMA);
-+#else
-     app->preferences = anjuta_preferences_new(app->plugin_manager);
-+#endif
-     g_object_add_weak_pointer(G_OBJECT (app->preferences), (gpointer) &app->preferences);
-     g_signal_connect(app->settings, "changed::" GDL_STYLE, G_CALLBACK(on_gdl_style_changed), app);
diff --git a/gdl362.patch b/gdl362.patch
deleted file mode 100644 (file)
index ff3f4e5..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
---- gtkpod-2.1.2.orig/src/anjuta-action-callbacks.c
-+++ gtkpod-2.1.2/src/anjuta-action-callbacks.c
-@@ -65,7 +65,7 @@ void
- on_layout_lock_toggle (GtkAction *action, AnjutaApp *app)
- {
-       if (app->layout_manager)
--              g_object_set (app->layout_manager->master, "locked",
-+              g_object_set (gdl_dock_layout_get_master (app->layout_manager), "locked",
-                                         gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)),
-                                         NULL);
- }
---- gtkpod-2.1.2.orig/src/anjuta-app.c
-+++ gtkpod-2.1.2/src/anjuta-app.c
-@@ -252,7 +252,7 @@ static void on_gdl_style_changed(GSettin
-     else if (g_strcmp0(pr_style, "Tabs") == 0)
-         style = GDL_SWITCHER_STYLE_TABS;
--    g_object_set(G_OBJECT(app->layout_manager->master), "switcher-style", style, NULL);
-+    g_object_set(G_OBJECT(gdl_dock_layout_get_master (app->layout_manager)), "switcher-style", style, NULL);
-     g_free(pr_style);
- }
-@@ -478,14 +478,14 @@ static void anjuta_app_instance_init(Anj
-     gtk_widget_show(app->dock);
-     gtk_box_pack_end(GTK_BOX (hbox), app->dock, TRUE, TRUE, 0);
--    dockbar = gdl_dock_bar_new(GDL_DOCK(app->dock));
-+    dockbar = gdl_dock_bar_new(G_OBJECT(app->dock));
-     gtk_widget_show(dockbar);
-     gtk_box_pack_start(GTK_BOX (hbox), dockbar, FALSE, FALSE, 0);
--    app->layout_manager = gdl_dock_layout_new(GDL_DOCK (app->dock));
-+    app->layout_manager = gdl_dock_layout_new(G_OBJECT (app->dock));
-     g_signal_connect (app->layout_manager, "notify::dirty",
-             G_CALLBACK (on_layout_dirty_notify), app);
--    g_signal_connect (app->layout_manager->master, "notify::locked",
-+    g_signal_connect (gdl_dock_layout_get_master (app->layout_manager), "notify::locked",
-             G_CALLBACK (on_layout_locked_notify), app);
-     /* UI engine */
diff --git a/libanjuta-3.7.3.patch b/libanjuta-3.7.3.patch
deleted file mode 100644 (file)
index 13025e5..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -uNr gtkpod-2.1.3.old/src/gtkpod.c gtkpod-2.1.3/src/gtkpod.c
---- gtkpod-2.1.3.old/src/gtkpod.c      2012-05-11 23:25:00.000000000 +0200
-+++ gtkpod-2.1.3/src/gtkpod.c  2013-03-30 22:39:47.623499920 +0100
-@@ -29,6 +29,7 @@
- #include <gtk/gtk.h>
- #include <libanjuta/anjuta-utils.h>
- #include <libanjuta/anjuta-shell.h>
-+#include <libanjuta/anjuta-version.h>
- #include "gtkpod.h"
- #include "libgtkpod/directories.h"
-@@ -236,7 +237,10 @@
-     anjuta_shell_session_save(ANJUTA_SHELL(app), session_dir, NULL);
-     g_free(session_dir);
-+#if ANJUTA_CHECK_VERSION(3,7,3)
-+#else
-     anjuta_shell_notify_exit(ANJUTA_SHELL(app), NULL);
-+#endif
-     if (!gtkpod_cleanup_quit()) {
-         // Dont want to quit so avoid signalling any destroy event
This page took 0.062211 seconds and 4 git commands to generate.