summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorColin Guthrie2011-06-06 11:28:45 +0200
committerColin Guthrie2011-06-06 12:18:06 +0200
commit933b8a7009f72bccb378ed018a6578ccd443e748 (patch)
treeefe7da80b95e9b4099bee6cebdf085003fc3170e /src/mainwindow.h
parentAdd support for gtkmm-3.0 and prefer it over gtkmm-2.* by default. (diff)
downloadpavucontrol-slx-933b8a7009f72bccb378ed018a6578ccd443e748.tar.gz
pavucontrol-slx-933b8a7009f72bccb378ed018a6578ccd443e748.tar.xz
pavucontrol-slx-933b8a7009f72bccb378ed018a6578ccd443e748.zip
Deal more gracefully with disconnections.
As pavucontrol is often used for debugging PA, it should be quite robust and not popup messages etc. under 'normal' testing conditions. This adds quite a verbose message under some specific conditions that do crop up from time to time.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 87a0898..bad9e47 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -57,6 +57,8 @@ public:
void removeAllWidgets();
+ void setConnectingMessage(const char *string = NULL);
+
Gtk::Notebook *notebook;
Gtk::VBox *streamsVBox, *recsVBox, *sinksVBox, *sourcesVBox, *cardsVBox;
Gtk::Label *noStreamsLabel, *noRecsLabel, *noSinksLabel, *noSourcesLabel, *noCardsLabel, *connectingLabel;