Changeset 3358 for trunk/jons-gtk2-gui

Show
Ignore:
Timestamp:
03/13/03 08:57:12 (6 years ago)
Author:
bostjanlah
Message:

Forgot to pass the data pointer

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jons-gtk2-gui/src/menu.cpp

    r3343 r3358  
    8787    if (s_func) 
    8888        g_signal_connect(G_OBJECT(menu_item), "activate", 
    89             G_CALLBACK(s_func), 0); 
     89            G_CALLBACK(s_func), data); 
    9090     
    9191    return menu_item;