~gpredict-team/gpredict/gpredict-packaging

« back to all changes in this revision

Viewing changes to src/gtk-polar-view-popup.c

  • Committer: Bazaar Package Importer
  • Author(s): Fernando M. Maresca
  • Date: 2011-02-21 12:32:33 UTC
  • mto: (3.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20110221123233-50ztzx1wch3jqcs8
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
    /* attach data to menuitem and connect callback */
96
96
    g_object_set_data (G_OBJECT (menuitem), "sat", sat);
97
97
    g_object_set_data (G_OBJECT (menuitem), "qth", qth);
98
 
    g_signal_connect (menuitem, "activate", G_CALLBACK (show_sat_info), toplevel);
 
98
    g_signal_connect (menuitem, "activate", G_CALLBACK (show_sat_info_menu_cb), toplevel);
99
99
 
100
100
    gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
101
101