| 2935 |
2935 |
| 2936 static GtkWidget * |
2936 static GtkWidget * |
| 2937 setup_menubar(PidginConvWindow *win) |
2937 setup_menubar(PidginConvWindow *win) |
| 2938 { |
2938 { |
| 2939 GtkAccelGroup *accel_group; |
2939 GtkAccelGroup *accel_group; |
| 2940 const char *method; |
|
| 2941 GtkActionGroup *action_group; |
2940 GtkActionGroup *action_group; |
| 2942 GError *error; |
2941 GError *error; |
| 2943 GtkWidget *menuitem; |
2942 GtkWidget *menuitem; |
| 2944 |
2943 |
| 2945 action_group = gtk_action_group_new("ConversationActions"); |
2944 action_group = gtk_action_group_new("ConversationActions"); |