~larsu/indicator-messages/lp1058386

« back to all changes in this revision

Viewing changes to src/indicator-messages.c

  • Committer: Lars Uebernickel
  • Date: 2012-08-27 15:34:30 UTC
  • mfrom: (293.1.8 fix-icons)
  • Revision ID: lars.uebernickel@canonical.com-20120827153430-iidqlbi67reuvavs
MergeĀ lp:~larsu/messaging-menu/fix-icons

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
#include <libindicator/indicator.h>
34
34
#include <libindicator/indicator-object.h>
35
 
#include <libindicator/indicator-image-helper.h>
36
35
#include <libindicator/indicator-service-manager.h>
37
36
 
38
37
#include "dbus-data.h"
39
38
 
 
39
#include "ido-menu-item.h"
40
40
#include "im-app-menu-item.h"
41
41
#include "im-source-menu-item.h"
42
42
 
130
130
 
131
131
        /* make sure custom menu item types are registered (so that
132
132
         * gtk_model_new_from_menu can pick them up */
 
133
        ido_menu_item_get_type ();
133
134
        im_app_menu_item_get_type ();
134
135
        im_source_menu_item_get_type ();
135
136
}