~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to src/settings.c

  • Committer: Osmo Antero
  • Date: 2015-02-10 20:45:27 UTC
  • mfrom: (464.1.1 audio-recorder)
  • Revision ID: osmoma@gmail.com-20150210204527-71fn04esrty2acuo
Small updates in data/timer-syntax.html and settings.c, settings-pipe.c.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
static void device_list_fill();
59
59
static void device_list_save();
60
60
 
 
61
GtkWindow *win_settings_get_window() {
 
62
    return GTK_WINDOW(g_dialog);
 
63
}
61
64
 
62
65
void update_main_GUI() {
63
66
    // Send "changed" message to the rec-manager and GUI.
845
848
    // -----------------------------------------------------
846
849
    // Tab page 2, Page to edit media profiles and Gstreamer pipelines
847
850
    // -----------------------------------------------------
848
 
    GtkWidget *vbox2 = page_to_edit_pipelines();
 
851
    GtkWidget *vbox2 = page_to_edit_pipelines(GTK_WINDOW(g_dialog));
849
852
 
850
853
    // Translators: This is a [Tab-page] in the [Additional settings] dialog.
851
854
    page_label = gtk_label_new(_("Recording commands"));