~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/midori-view.c

  • Committer: Christian Dywan
  • Date: 2013-02-21 01:08:03 UTC
  • Revision ID: git-v1:f94fb69664749d3ae463dd0dfc2a4745fd8a69e3
Add --debug/ -g switch to run Midori in gdb

Show diffs side-by-side

added added

removed removed

Lines of Context:
3998
3998
            }
3999
3999
            else if (!strcmp (uri, "about:") || !strcmp (uri, "about:version"))
4000
4000
            {
4001
 
                gchar* command_line = midori_paths_get_command_line_str ();
 
4001
                gchar* command_line = midori_paths_get_command_line_str (TRUE);
4002
4002
                gchar* architecture, *platform;
4003
4003
                const gchar* sys_name = midori_web_settings_get_system_name (
4004
4004
                    &architecture, &platform);