X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2Fmain.c;h=21bf898885f8b9a91dcfaa003e9a734734a3bbe4;hb=24dae412be9366fd503199e90534cde88eba27d0;hp=a1484ffc77fb5e5f70c6be77cdc022f407460a11;hpb=ec513ecaad1f9bdc553b2045b730c50af7eb087a;p=chaz%2Ftint2 diff --git a/src/tint2conf/main.c b/src/tint2conf/main.c index a1484ff..21bf898 100644 --- a/src/tint2conf/main.c +++ b/src/tint2conf/main.c @@ -69,34 +69,34 @@ static void loadDir(); // define menubar and toolbar static const char *fallback_ui_file = - "" - " " - " " - " " - " " - " " -// " " - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " -// " " -// " " -// " " - " " - " " - ""; + "" + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + ""; // define menubar and toolbar action static GtkActionEntry entries[] = { @@ -233,7 +233,7 @@ static void menuAdd (GtkWindow *parent) if (gtk_dialog_run (GTK_DIALOG(dialog)) == GTK_RESPONSE_ACCEPT) { GSList *l, *list = gtk_file_chooser_get_filenames(chooser); - // remember this folder the next time we use this dialog + // TODO: remember this folder the next time we use this dialog //char *folder = gtk_file_chooser_get_current_folder(GTK_FILE_CHOOSER(dialog)); //pref_string_set( PREF_KEY_OPEN_DIALOG_FOLDER, folder ); //g_free( folder );