~ken-vandine/empathy/call_notifications

« back to all changes in this revision

Viewing changes to src/empathy-chat-window.c

  • Committer: Ken VanDine
  • Date: 2011-01-27 20:41:02 UTC
  • Revision ID: ken.vandine@canonical.com-20110127204102-woy09126g8zd1mog
patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#include <glib/gi18n.h>
37
37
#include <libnotify/notification.h>
38
38
 
 
39
/* Add launchpad hooks */
 
40
#include <launchpad-integration.h>
 
41
 
39
42
#include <telepathy-glib/telepathy-glib.h>
40
43
 
41
44
#include <libempathy/empathy-contact.h>
2060
2063
        chat_window_chat_manager_chats_changed_cb (priv->chat_manager,
2061
2064
                                                   empathy_chat_manager_get_num_chats (priv->chat_manager),
2062
2065
                                                   window);
 
2066
 
 
2067
        /* Add launchpad hooks */
 
2068
        launchpad_integration_add_ui (priv->ui_manager, "/chats_menubar/menu_help/LaunchpadItems");
2063
2069
}
2064
2070
 
2065
2071
EmpathyChatWindow *