From 375c2c2d6207763ff3ac8d7fb289b2b5ea1f8d54 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 28 Jun 2009 15:57:59 +0100 Subject: Add support for the device-manager module. Currently this module only really allows for devices to be renamed, so we add a new dialog that can be activated by right clicking on devices (i.e. sinks/sources). This dialog allows you to enter a new name which will be set via the extension provided by the device-manager module. Future work will allow you to manage (i.e. rename, delete etc) offline devices too. --- src/mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index a9f0f64..3c72ef3 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -91,6 +91,8 @@ public: Glib::ustring defaultSinkName, defaultSourceName; + bool canRenameDevices; + protected: virtual void on_realize(); }; -- cgit