~ubuntu-branches/ubuntu/precise/gtk-sharp2/precise

« back to all changes in this revision

Viewing changes to gtk/glue/statusicon.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-06-24 10:38:39 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624103839-eujk03l2uxfos3iw
Tags: 2.12.1-1ubuntu1
* Sync on Debian
* debian/control: updated maintainer information
* debian/rules: symlink documentation directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
void    
33
33
gtksharp_gtk_status_icon_present_menu (GtkStatusIcon *icon, GtkMenu* menu, guint button, guint32 activate_time)
34
34
{
35
 
        gtk_menu_popup (menu, NULL, NULL, gtk_status_icon_position_menu, icon, button, time);
 
35
        gtk_menu_popup (menu, NULL, NULL, gtk_status_icon_position_menu, icon, button, activate_time);
36
36
}
37
37