]> spindle.queued.net Git - midori/commitdiff
Don't append pause: to already paused URIs
authorPaweł Forysiuk <tuxator@o2.pl>
Wed, 23 Feb 2011 06:23:06 +0000 (07:23 +0100)
committerChristian Dywan <christian@twotoasts.de>
Thu, 24 Feb 2011 20:26:50 +0000 (21:26 +0100)
midori/midori-browser.c

index 4120e9dab3bd1327a114e1921087b3d93d62c309..cafa5fbea0f6eecd654bb3e6bf7b2841c3c34c84 100644 (file)
@@ -6731,7 +6731,8 @@ midori_browser_add_item (MidoriBrowser* browser,
 
     /* Blank pages should not be delayed */
     if (katze_item_get_meta_integer (item, "delay") > 0
-     && strcmp (uri, "about:blank") != 0)
+     && strcmp (uri, "about:blank") != 0
+     && strncmp (uri, "pause:", 6) != 0)
     {
         gchar* new_uri = g_strdup_printf ("pause:%s", uri);
         midori_view_set_uri (MIDORI_VIEW (view), new_uri);