Fixed App ID inconsistencies
This commit is contained in:
@@ -24,7 +24,7 @@ public class AddShortcutWindow
|
||||
public AddShortcutWindow(BookmarkCollection 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;
|
||||
if (Dialog == null)
|
||||
|
||||
@@ -50,7 +50,7 @@ public partial class MainWindow
|
||||
|
||||
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;
|
||||
if (Window == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user