aboutsummaryrefslogtreecommitdiff
path: root/src/title-widget.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-10-14 17:58:42 +0100
committerConor Curran <conor.curran@canonical.com>2010-10-14 17:58:42 +0100
commite2792ab0a1dfd8ca0c96b59b675fa09e8cd0e5d7 (patch)
treeaf40bb6796cdb9b60c182bfe7d572b95dc649b3f /src/title-widget.c
parent000862e2eae0d894e1f81df6b13c14d19f407d48 (diff)
downloadayatana-indicator-sound-e2792ab0a1dfd8ca0c96b59b675fa09e8cd0e5d7.tar.gz
ayatana-indicator-sound-e2792ab0a1dfd8ca0c96b59b675fa09e8cd0e5d7.tar.bz2
ayatana-indicator-sound-e2792ab0a1dfd8ca0c96b59b675fa09e8cd0e5d7.zip
moving towards getting the icon across the divide
Diffstat (limited to 'src/title-widget.c')
-rw-r--r--src/title-widget.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/title-widget.c b/src/title-widget.c
index 5e86b4d..d9faa57 100644
--- a/src/title-widget.c
+++ b/src/title-widget.c
@@ -135,6 +135,9 @@ title_widget_property_update(DbusmenuMenuitem* item, gchar* property,
gtk_menu_item_set_label (GTK_MENU_ITEM(mitem),
g_value_get_string(value));
}
+ /*else(g_ascii_strcasecmp(DBUSMENU_MENUITEM_PROP_ICON_DATA, property) == 0){
+ g_debug("changing the icon data on the title");
+ }*/
}
static void