Revert "Fixes NB#131601, toolbar lost in editor after canceling "lose formatting...
[modest] / src / hildon2 / modest-provider-picker.h
index e9709fb..426d95e 100644 (file)
@@ -31,7 +31,7 @@
 #define _MODEST_PROVIDER_PICKER
 
 #include <hildon/hildon-picker-button.h>
-#include "modest-presets.h"
+#include <modest-presets.h>
 
 G_BEGIN_DECLS
 
@@ -64,7 +64,7 @@ G_BEGIN_DECLS
  *
  * If the selected option is a provider then the ID will be the provider ID
  * If the selected option is "Other..." the the ID will be 0
- * If the selected option is a provider protocol () the the ID will be protocol name
+ * If the selected option is a singleton provider protocol then the ID will be protocol name
  **/
 typedef enum {
        MODEST_PROVIDER_PICKER_ID_PROVIDER,
@@ -82,7 +82,8 @@ typedef struct {
 
 GType modest_provider_picker_get_type (void);
 
-ModestProviderPicker* modest_provider_picker_new (void);
+ModestProviderPicker* modest_provider_picker_new (HildonSizeType size,
+                                                 HildonButtonArrangement arrangement);
 
 void modest_provider_picker_fill (ModestProviderPicker *combobox, ModestPresets *presets,
                                  gint mcc);