/[aleader]/aleader/editor/appipedit.c
ViewVC logotype

Diff of /aleader/editor/appipedit.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by jpritikin, Sat Jul 26 04:26:47 2003 UTC revision 1.6 by jpritikin, Mon Aug 11 13:45:21 2003 UTC
# Line 918  _app_ip_edit_role (AppIpEdit *ed, GtkTog Line 918  _app_ip_edit_role (AppIpEdit *ed, GtkTog
918    if (ed->noninteractive)    if (ed->noninteractive)
919      return;      return;
920    
921    if (!app_transcript_can_edit (ed->tx, TP_READONLY))    if (app_transcript_can_edit (ed->tx, TP_READONLY)) {
922      _load_initiator (ed);      ++ed->noninteractive;
   else {  
923      gint new_val =      gint new_val =
924        gtk_toggle_button_get_active (tog)? side : IP_INITIATOR_UNSET;        gtk_toggle_button_get_active (tog)? side : IP_INITIATOR_UNSET;
925      g_object_set (ed->ip, "initiator", new_val, NULL);      g_object_set (ed->ip, "initiator", new_val, NULL);
926        --ed->noninteractive;
927    }    }
928      _load_initiator (ed);
929  }  }
930    
931  static void  static void

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26