diff options
author | Ted Gould <ted@gould.cx> | 2010-12-06 11:21:26 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-06 11:21:26 -0600 |
commit | 589bebb75b236729cdce2e139f4aa2da2317c495 (patch) | |
tree | 497011cfe80fbee5de2ae9e6d730d23ab5f03eec /src | |
parent | 9287e2084f137024fc5d519a241f83ade387f3b0 (diff) | |
download | libayatana-appindicator-589bebb75b236729cdce2e139f4aa2da2317c495.tar.gz libayatana-appindicator-589bebb75b236729cdce2e139f4aa2da2317c495.tar.bz2 libayatana-appindicator-589bebb75b236729cdce2e139f4aa2da2317c495.zip |
Dropping the registration of the type of the object in the dbus-glib way
Diffstat (limited to 'src')
-rw-r--r-- | src/app-indicator.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/app-indicator.c b/src/app-indicator.c index 6403a9b..76b5dd1 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -585,10 +585,6 @@ app_indicator_class_init (AppIndicatorClass *klass) } } - /* Initialize the object as a DBus type */ - dbus_g_object_type_install_info(APP_INDICATOR_TYPE, - &dbus_glib__notification_item_server_object_info); - return; } |