Fixed App ID inconsistencies
This commit is contained in:
@@ -24,7 +24,7 @@ public class AddShortcutWindow
|
|||||||
public AddShortcutWindow(BookmarkCollection shortcuts)
|
public AddShortcutWindow(BookmarkCollection shortcuts)
|
||||||
{
|
{
|
||||||
this.shortcuts = shortcuts;
|
this.shortcuts = shortcuts;
|
||||||
var builder = new Gtk.Builder("Keychain.UI.AddShortcutWindow.AddShortcutWindow.xml");
|
var builder = new Gtk.Builder("Keys.UI.AddShortcutWindow.AddShortcutWindow.xml");
|
||||||
|
|
||||||
Dialog = builder.GetObject(dialogId) as Dialog;
|
Dialog = builder.GetObject(dialogId) as Dialog;
|
||||||
if (Dialog == null)
|
if (Dialog == null)
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ public partial class MainWindow
|
|||||||
|
|
||||||
private void BindUIElements()
|
private void BindUIElements()
|
||||||
{
|
{
|
||||||
var builder = new Gtk.Builder("Keychain.UI.MainWindow.MainWindow.xml");
|
var builder = new Gtk.Builder("Keys.UI.MainWindow.MainWindow.xml");
|
||||||
Window = builder.GetObject(windowId) as Window;
|
Window = builder.GetObject(windowId) as Window;
|
||||||
if (Window == null)
|
if (Window == null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user