[fix] Gtk warning about adding interface twice
This commit is contained in:
@@ -13,7 +13,6 @@ G_DEFINE_TYPE(TeleportAppWindow, teleport_app_window, GTK_TYPE_APPLICATION_WINDO
|
|||||||
static void
|
static void
|
||||||
teleport_app_window_init (TeleportAppWindow *win)
|
teleport_app_window_init (TeleportAppWindow *win)
|
||||||
{
|
{
|
||||||
gtk_widget_init_template (GTK_WIDGET (win));
|
|
||||||
GtkBuilder *builder;
|
GtkBuilder *builder;
|
||||||
GMenuModel *menu;
|
GMenuModel *menu;
|
||||||
GAction *action;
|
GAction *action;
|
||||||
|
|||||||
Reference in New Issue
Block a user