From dc13ca6e46419c9337b7c96c45018ccd5299563b Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Tue, 19 Jul 2022 11:40:04 -0400 Subject: [PATCH] fix typo --- Cargo.lock | 4 ++-- applets/cosmic-app-list/src/wayland.rs | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54169c86..28482658 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2141,7 +2141,7 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "relm4" version = "0.5.0-beta.1" -source = "git+https://github.com/Relm4/Relm4.git?branch=next#746d244004e23764294b23519f6f8be1002c1ceb" +source = "git+https://github.com/relm4/relm4?branch=next#746d244004e23764294b23519f6f8be1002c1ceb" dependencies = [ "async-broadcast", "async-oneshot", @@ -2158,7 +2158,7 @@ dependencies = [ [[package]] name = "relm4-macros" version = "0.5.0-beta.1" -source = "git+https://github.com/Relm4/Relm4.git?branch=next#746d244004e23764294b23519f6f8be1002c1ceb" +source = "git+https://github.com/relm4/relm4?branch=next#746d244004e23764294b23519f6f8be1002c1ceb" dependencies = [ "proc-macro2", "quote", diff --git a/applets/cosmic-app-list/src/wayland.rs b/applets/cosmic-app-list/src/wayland.rs index c0be9ff3..47580279 100644 --- a/applets/cosmic-app-list/src/wayland.rs +++ b/applets/cosmic-app-list/src/wayland.rs @@ -214,7 +214,7 @@ impl Dispatch for State { .unwrap(); state.toplevel_manager = Some(tm); } - "zcosmic_toplevel_manager_v1" => { + "zcosmic_workspace_manager_v1" => { let workspace_manager = registry .bind::( name, @@ -274,6 +274,7 @@ impl Dispatch for State { _: &Connection, _: &QueueHandle, ) { + match event { zcosmic_toplevel_manager_v1::Event::Capabilities { .. } => { // TODO capabilities affect what is shown to user in applet