Diff of /trunk/src/misc.c

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

revision 232 by harbaum, Fri Jul 17 12:32:57 2009 UTC revision 249 by harbaum, Thu Jul 30 07:57:48 2009 UTC
# Line 103  gboolean yes_no_f(GtkWidget *parent, app Line 103  gboolean yes_no_f(GtkWidget *parent, app
103      GtkWidget *alignment = gtk_alignment_new(0.5, 0, 0, 0);      GtkWidget *alignment = gtk_alignment_new(0.5, 0, 0, 0);
104    
105      cbut = gtk_check_button_new_with_label(      cbut = gtk_check_button_new_with_label(
106              _("Don't ask this question again this session"));              _("Don't ask this question again"));
107      g_signal_connect(cbut, "toggled", G_CALLBACK(on_toggled), &flags);      g_signal_connect(cbut, "toggled", G_CALLBACK(on_toggled), &flags);
108    
109      gtk_container_add(GTK_CONTAINER(alignment), cbut);      gtk_container_add(GTK_CONTAINER(alignment), cbut);

Legend:
Removed from v.232  
changed lines
  Added in v.249