diff options
author | Ted Gould <ted@gould.cx> | 2012-02-03 14:55:57 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-03 14:55:57 -0600 |
commit | f149e800c57034da9d0052fe65a4952b068e7d9b (patch) | |
tree | b592e7e0acbff99d67b4368423ed6bed918690e1 | |
parent | 5ad59aaaa2004eb706751ac2bf8e2ed4467146b8 (diff) | |
download | libayatana-appindicator-f149e800c57034da9d0052fe65a4952b068e7d9b.tar.gz libayatana-appindicator-f149e800c57034da9d0052fe65a4952b068e7d9b.tar.bz2 libayatana-appindicator-f149e800c57034da9d0052fe65a4952b068e7d9b.zip |
deibna/*symbols: Updated to add [set|get]_title functions
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/libappindicator1.symbols | 2 | ||||
-rw-r--r-- | debian/libappindicator3-1.symbols | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5f2624a..45ddeff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ libappindicator (0.4.90-0ubuntu1~ppa1) UNRELEASED; urgency=low * Don't specify pyglib-2.0-python2.6 in LDFLAGS * fix fallback icon of the GtkStatusIcon (LP: #820080) * debian/control: Dbusmneu Dep to 0.5.90 + * deibna/*symbols: Updated to add [set|get]_title functions - -- Ted Gould <ted@ubuntu.com> Fri, 03 Feb 2012 14:50:33 -0600 + -- Ted Gould <ted@ubuntu.com> Fri, 03 Feb 2012 14:55:33 -0600 libappindicator (0.4.1-0ubuntu4) precise; urgency=low diff --git a/debian/libappindicator1.symbols b/debian/libappindicator1.symbols index 0ee8bd0..ded488e 100644 --- a/debian/libappindicator1.symbols +++ b/debian/libappindicator1.symbols @@ -14,6 +14,7 @@ libappindicator.so.1 libappindicator1 #MINVER# app_indicator_get_ordering_index@Base 0.2.91 app_indicator_get_secondary_activate_target@Base 0.3.91 app_indicator_get_status@Base 0.2.91 + app_indicator_get_title@Base 0.4.90 app_indicator_get_type@Base 0.2.91 app_indicator_new@Base 0.2.91 app_indicator_new_with_path@Base 0.2.91 @@ -27,4 +28,5 @@ libappindicator.so.1 libappindicator1 #MINVER# app_indicator_set_ordering_index@Base 0.2.91 app_indicator_set_secondary_activate_target@Base 0.3.91 app_indicator_set_status@Base 0.2.91 + app_indicator_set_title@Base 0.4.90 app_indicator_status_get_type@Base 0.2.91 diff --git a/debian/libappindicator3-1.symbols b/debian/libappindicator3-1.symbols index 0dc29aa..3b63f22 100644 --- a/debian/libappindicator3-1.symbols +++ b/debian/libappindicator3-1.symbols @@ -14,6 +14,7 @@ libappindicator3.so.1 libappindicator3-1 #MINVER# app_indicator_get_ordering_index@Base 0.2.92 app_indicator_get_secondary_activate_target@Base 0.3.91 app_indicator_get_status@Base 0.2.92 + app_indicator_get_title@Base 0.4.90 app_indicator_get_type@Base 0.2.92 app_indicator_new@Base 0.2.92 app_indicator_new_with_path@Base 0.2.92 @@ -27,4 +28,5 @@ libappindicator3.so.1 libappindicator3-1 #MINVER# app_indicator_set_ordering_index@Base 0.2.92 app_indicator_set_secondary_activate_target@Base 0.3.91 app_indicator_set_status@Base 0.2.92 + app_indicator_set_title@Base 0.4.90 app_indicator_status_get_type@Base 0.2.92 |