~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to src/systray-icon.c

  • Committer: Osmo Antero
  • Date: 2012-04-18 19:22:01 UTC
  • Revision ID: osmoma@gmail.com-20120418192201-ejjs6ikv7o4aznbi
New media-player interface that's based on the MediaPlayer2 standard. See src/dbus-mpris2.c.

Show diffs side-by-side

added added

removed removed

Lines of Context:
470
470
    }
471
471
}
472
472
 
473
 
static void systray_icon_popup_cb(GtkStatusIcon *status_icon, guint button, guint activate_time, gpointer data) {
 
473
static void systray_icon_popup_cb(GtkStatusIcon *status_icon, guint button, 
 
474
                                        guint activate_time, gpointer data) {
 
475
 
474
476
    gtk_menu_popup(GTK_MENU(g_tray_menu), NULL, NULL, NULL, data, button, activate_time);
 
477
 
475
478
}
476
479
 
477
480
static void systray_icon_notify_cb(GObject *gobject, GParamSpec *arg1, gpointer data) {