2025-02-02 19:34:12 +00:00
|
|
|
From c28e3b4dd483013130bead08e21d93b77aa942c8 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
Date: Sun, 2 Feb 2025 19:32:35 +0000
|
|
|
|
Subject: [PATCH] [plugin_manager.vala] Load Budgie typelib v2
|
|
|
|
|
|
|
|
---
|
|
|
|
src/panel/plugin_manager.vala | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/src/panel/plugin_manager.vala b/src/panel/plugin_manager.vala
|
|
|
|
index f4f2e4daf..de1689cd3 100644
|
|
|
|
--- a/src/panel/plugin_manager.vala
|
|
|
|
+++ b/src/panel/plugin_manager.vala
|
|
|
|
@@ -34,7 +34,7 @@ namespace Budgie {
|
|
|
|
var repo = GI.Repository.get_default();
|
|
|
|
repo.require("Peas", "1.0", 0);
|
|
|
|
repo.require("PeasGtk", "1.0", 0);
|
|
|
|
- repo.require("Budgie", "1.0", 0);
|
|
|
|
+ repo.require("Budgie", "2.0", 0);
|
|
|
|
} catch (Error e) {
|
|
|
|
message("Error loading typelibs: %s", e.message);
|
|
|
|
}
|