diff options
author | Ted Gould <ted@canonical.com> | 2009-05-26 00:43:17 +0200 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-05-26 00:43:17 +0200 |
commit | d0bd281564485df91e59f5baccb3b5f2cafaf1f3 (patch) | |
tree | 7443c4d20c1b3c65393d2913ebc462018cd20311 /src | |
parent | c0d72443bea3c7dc3e612a17a58cc82178af0e78 (diff) | |
download | ayatana-indicator-messages-d0bd281564485df91e59f5baccb3b5f2cafaf1f3.tar.gz ayatana-indicator-messages-d0bd281564485df91e59f5baccb3b5f2cafaf1f3.tar.bz2 ayatana-indicator-messages-d0bd281564485df91e59f5baccb3b5f2cafaf1f3.zip |
Linking in the dbus data
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-messages.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/indicator-messages.c b/src/indicator-messages.c index a8db436..da80e4b 100644 --- a/src/indicator-messages.c +++ b/src/indicator-messages.c @@ -28,6 +28,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. INDICATOR_SET_VERSION INDICATOR_SET_NAME("messages") +#include "dbus-data.h" + static GtkWidget * main_image; #define DESIGN_TEAM_SIZE design_team_size |