Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: Shared/PluginTabBase.cpp

Issue 9998007: Initial libadblockplus integration (Closed)
Patch Set: Created April 1, 2013, 9:55 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Shared/PluginTabBase.cpp
===================================================================
--- a/Shared/PluginTabBase.cpp
+++ b/Shared/PluginTabBase.cpp
@@ -412,7 +412,7 @@
if (s_filterVersion != newFilterVersion)
{
s_filterVersion = newFilterVersion;
- client->ReadFilters();
+ client->LoadFilters();
isChanged = true;
}
#endif
« Shared/PluginSettings.cpp ('K') | « Shared/PluginStdAfx.h ('k') | Shared/abp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld