11 lines
471 B
Diff
11 lines
471 B
Diff
--- libappindicator-12.10.0/src/app-indicator.c
|
|
+++ libappindicator-12.10.0/src/app-indicator.c
|
|
@@ -1606,7 +1606,7 @@ status_icon_changes (AppIndicator * self, gpointer data)
|
|
gint n_elements, i;
|
|
gboolean found=FALSE;
|
|
gtk_icon_theme_get_search_path(icon_theme, &path, &n_elements);
|
|
- for (i=0; i< n_elements || path[i] == NULL; i++) {
|
|
+ for (i=0; i< n_elements; i++) {
|
|
if(g_strcmp0(path[i], self->priv->icon_theme_path) == 0) {
|
|
found=TRUE;
|
|
break;
|