X-Git-Url: https://harishankar.org/repos/?p=biaweb_qt.git;a=blobdiff_plain;f=article_dialog.py;h=f8108cfc06857cdb796a291ffe6997660cf8deca;hp=3923a26bb18a966b1a7da76b711d924dab1f309b;hb=5f4cc1e3f6bf2ffbf624dfc19d24c1b4eb2e15db;hpb=592798cba4152c0726edeb629da48cc8ac23a3a3 diff --git a/article_dialog.py b/article_dialog.py index 3923a26..f8108cf 100644 --- a/article_dialog.py +++ b/article_dialog.py @@ -111,7 +111,7 @@ class ArticleDialog (PyQt4.QtGui.QDialog, ui_article_dialog.Ui_ArticleDialog): # get a list of items in numbered or bulleted list def insert_list_items (self, numbered = False): - if numbered == True: + if numbered: title = "Numbered list" otag = "
    \n" ctag = "
\n"