~labcontrol-team/labcontrol/trunk

« back to all changes in this revision

Viewing changes to gui.experimenter-tab.c

  • Committer: Markus Prasser
  • Date: 2013-08-22 13:36:30 UTC
  • Revision ID: markus.prasser@uni-jena.de-20130822133630-uxprw36nac9yur4d
Re-added labcontrol-get-help-client and added two missing g_strfreev

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
          g_message ("Added receipt template name %s", receipts_names[i]);
220
220
          gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (template_combobox), receipts_names[i]);
221
221
  }
 
222
  g_strfreev (receipts_names);
222
223
  gtk_combo_box_set_active(GTK_COMBO_BOX(template_combobox), 0);
223
224
  gtk_container_add(GTK_CONTAINER(receipts_vbox), template_combobox);
224
225