]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-status-presets.c
local-xmpp-assistant-widget: increase row-spacing
[empathy.git] / libempathy / empathy-status-presets.c
index 255f7ab211e9bb71ec23ab1b424a7d275b625358..319ca53d9073770af24834f231b7f4f4b79e9f67 100644 (file)
@@ -431,6 +431,8 @@ empathy_status_presets_is_valid (TpConnectionPresenceType state)
                case TP_CONNECTION_PRESENCE_TYPE_HIDDEN:
                case TP_CONNECTION_PRESENCE_TYPE_BUSY:
                        return TRUE;
+
+               default:
+                       return FALSE;
        }
-       return FALSE;
 }