Mercurial > pidgin
comparison libgaim/plugin.c @ 14832:828ef7b19b59
[gaim-migrate @ 17599]
newline
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Sat, 28 Oct 2006 13:57:03 +0000 |
| parents | fbb2e1657acb |
| children | 2b369cd04576 |
comparison
equal
deleted
inserted
replaced
| 14831:9cf3263c3f2f | 14832:828ef7b19b59 |
|---|---|
| 362 else if (plugin->info->ui_requirement && | 362 else if (plugin->info->ui_requirement && |
| 363 strcmp(plugin->info->ui_requirement, gaim_core_get_ui())) | 363 strcmp(plugin->info->ui_requirement, gaim_core_get_ui())) |
| 364 { | 364 { |
| 365 plugin->error = g_strdup_printf("You are using %s, but this plugin requires %s.", | 365 plugin->error = g_strdup_printf("You are using %s, but this plugin requires %s.", |
| 366 gaim_core_get_ui(), plugin->info->ui_requirement); | 366 gaim_core_get_ui(), plugin->info->ui_requirement); |
| 367 gaim_debug_error("plugins", "%s is not loadable: The UI requirement is not met.", plugin->path); | 367 gaim_debug_error("plugins", "%s is not loadable: The UI requirement is not met.\n", plugin->path); |
| 368 plugin->unloadable = TRUE; | 368 plugin->unloadable = TRUE; |
| 369 return plugin; | 369 return plugin; |
| 370 } | 370 } |
| 371 | 371 |
| 372 /* Really old plugins. */ | 372 /* Really old plugins. */ |
