Merge pull request #353 from sfs/raw-icon-from-image_data
parse raw icons from the (deprecated) image_data attribute
This commit is contained in:
		
						commit
						68aa1f2146
					
				| @ -195,6 +195,8 @@ static void on_notify(GDBusConnection * connection, | ||||
|                                                 category = g_variant_dup_string(dict_value, NULL); | ||||
| 
 | ||||
|                                         dict_value = g_variant_lookup_value(content, "image-data", G_VARIANT_TYPE("(iiibiiay)")); | ||||
|                                         if (!dict_value) | ||||
|                                                 dict_value = g_variant_lookup_value(content, "image_data", G_VARIANT_TYPE("(iiibiiay)")); | ||||
|                                         if (!dict_value) | ||||
|                                                 dict_value = g_variant_lookup_value(content, "icon_data", G_VARIANT_TYPE("(iiibiiay)")); | ||||
|                                         if (dict_value) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nikos Tsipinakis
						Nikos Tsipinakis